上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 72 下一页
摘要: <!-- 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)
摘要: #!/bin/bash ######################################## #### 脚本结束执行source /etc/profile ######################################## baseDir=`dirname $0` loca 阅读全文
posted @ 2021-09-04 22:25 tonggc1668 阅读(28) 评论(0) 推荐(0)
摘要: # JDK常用命令#### java > https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#### javac Java Compiler > https://docs.oracle.com/javase/8/d 阅读全文
posted @ 2021-09-04 22:06 tonggc1668 阅读(36) 评论(0) 推荐(0)
摘要: # Linux命令+参数 #### 系统信息* arch 显示机器的处理器架构(1)* uname -m 显示机器的处理器架构(2)* uname -r 显示正在使用的内核版本* dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI)* hdparm -i /dev/hda 罗 阅读全文
posted @ 2021-09-04 22:05 tonggc1668 阅读(34) 评论(0) 推荐(0)
摘要: spring: application: name: 'xxx' jackson: timeZone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss:SSS default-property-inclusion: non_null parser: allow-sing 阅读全文
posted @ 2021-09-04 18:45 tonggc1668 阅读(48) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 72 下一页