上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 72 下一页
摘要: https://github.com/codecentric/spring-boot-admin https://codecentric.github.io/spring-boot-admin/2.3.1/#register-clients-via-spring-boot-admin <?xml v 阅读全文
posted @ 2021-09-04 18:40 tonggc1668 阅读(464) 评论(0) 推荐(0)
摘要: "C:\Program Files\Java\jdk1.8.0_161\bin\java.exe" -Dmaven.multiModuleProjectDirectory=E:\git\demo -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.h 阅读全文
posted @ 2021-09-04 12:39 tonggc1668 阅读(130) 评论(0) 推荐(0)
摘要: docker pull mysql:5.7.25mkdir -p $HOME/docker/mysql57docker run -p 3306:3306 --name mysql5725 \-v $PWD/conf:/etc/mysql \-v $PWD/logs:/var/log/mysql \- 阅读全文
posted @ 2021-09-02 16:59 tonggc1668 阅读(46) 评论(0) 推荐(0)
摘要: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>assembly</i 阅读全文
posted @ 2021-08-30 14:29 tonggc1668 阅读(181) 评论(0) 推荐(0)
摘要: import org.assertj.core.util.Lists; import java.time.*; import java.time.format.DateTimeFormatter; import java.time.temporal.*; import java.util.Date; 阅读全文
posted @ 2021-08-30 10:36 tonggc1668 阅读(232) 评论(0) 推荐(0)
摘要: import cn.hutool.core.thread.NamedThreadFactory; import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.L 阅读全文
posted @ 2021-08-30 10:31 tonggc1668 阅读(350) 评论(0) 推荐(0)
摘要: SnifferConfigInitializer /** * Load the specified config file or default config file * * @return the config file {@link InputStream}, or null if not n 阅读全文
posted @ 2021-08-29 19:21 tonggc1668 阅读(449) 评论(0) 推荐(0)
摘要: <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>clean</id> <phase>clean</phase> <goals> <goal>run</goal> </goals> < 阅读全文
posted @ 2021-08-29 19:12 tonggc1668 阅读(342) 评论(0) 推荐(0)
摘要: <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <co 阅读全文
posted @ 2021-08-29 19:09 tonggc1668 阅读(320) 评论(0) 推荐(0)
摘要: /Users/yourusername/Library/Application Support/JetBrains/IdeaIC2021.1/settings.zip 阅读全文
posted @ 2021-08-29 17:35 tonggc1668 阅读(407) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 72 下一页