You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.yml 254 B

1234567891011
  1. server:
  2. ssl:
  3. # 证书路径
  4. key-store: classpath:server.keystore
  5. key-alias: tomcat
  6. enabled: true
  7. key-store-type: JKS
  8. #与申请时输入一致
  9. key-store-password: 123456
  10. # 浏览器默认端口 和 80 类似
  11. port: 443

一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。