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.
|
- server:
- ssl:
- # 证书路径
- key-store: classpath:server.keystore
- key-alias: tomcat
- enabled: true
- key-store-type: JKS
- #与申请时输入一致
- key-store-password: 123456
- # 浏览器默认端口 和 80 类似
- port: 443
|