
springboot
荷爆蛋
(>^ω^<)喵
展开
-
spring boot 2.0.4 配置一个简单的 eureka 带账号密码的 注册中心
step 1 , 创建maven工程引入 pom 依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0....原创 2019-12-30 22:49:23 · 494 阅读 · 0 评论 -
Spring boot2.0 实现 https
生成秘钥文件可以有多种生成方式,这里选择使用了阿里云的秘钥,生成流程自行百度3246752_www.ucanuup.cc.pfx 加密文件 用于实现httpspfx-password.txt 密码文件 添加配置 @Bean public ServletWebServerFactory servletContainer() { TomcatServletWebServe...原创 2019-12-17 18:37:36 · 150 阅读 · 0 评论