
SpringBoot
小白鸽
啥都会一点,啥都不精的半吊子程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot与docker结合
spring boot可以直接将程序打包成image新建docker registry在180.xxx.xx.147服务器 在/etc/docker/daemon.json添加"insecure-registries":["180.xx.xx.147:5000"] 本地的docker也要设置"insecure-registries":["180.xx.xx.147:5000"] 好像因为https原创 2017-12-28 15:45:07 · 366 阅读 · 0 评论 -
spring boot与proguard 结合,混淆代码
maven配置build> finalName>${artifactId}finalName> plugins> plugin> groupId>com.github.wvengengroupId> artifactId>proguard-maven-pluginarti原创 2018-01-22 17:16:30 · 4929 阅读 · 6 评论 -
Spring-boot与Spark不兼容问题:An attempt was made to call the method org.codehaus.commons.compiler.Location
问题场景spring-boot程加载hdfs上spark训练好的模型,本地起spark-local方式去做预测。软件版本 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-p原创 2018-11-09 17:52:10 · 16774 阅读 · 0 评论