摘要:
<!-- docker --> <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.4.13</version> <configuration> <!-- ma 阅读全文
posted @ 2021-09-05 22:12
tonggc1668
阅读(56)
评论(0)
推荐(0)
摘要:
application.properties <spring.version>5.2.5.RELEASE</spring.version> <spring-boot.version>2.2.6.RELEASE</spring-boot.version> <mybatis-spring-boot-st 阅读全文
posted @ 2021-09-05 22:07
tonggc1668
阅读(146)
评论(0)
推荐(0)
摘要:
FROM openjdk:7-jre-slimMAINTAINER xuxueliENV PARAMS=""ENV TZ=PRCRUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezoneADD targ 阅读全文
posted @ 2021-09-05 21:38
tonggc1668
阅读(558)
评论(0)
推荐(1)
摘要:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>${maven-source-plugin.version}</version> <e 阅读全文
posted @ 2021-09-05 21:13
tonggc1668
阅读(219)
评论(0)
推荐(0)
摘要:
@Configuration public class WebMvcConfig implements WebMvcConfigurer { @Profile("dev") @Override public void addCorsMappings(CorsRegistry registry) { 阅读全文
posted @ 2021-09-05 13:12
tonggc1668
阅读(36)
评论(0)
推荐(0)
摘要:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions> <exclusion 阅读全文
posted @ 2021-09-05 12:22
tonggc1668
阅读(430)
评论(0)
推荐(0)
浙公网安备 33010602011771号