修正服务器部署版本中的参数配置错误
This commit is contained in:
parent
5e75195b7a
commit
27529eaec3
|
@ -1,6 +1,6 @@
|
|||
server:
|
||||
ssl:
|
||||
key-store: classpath:keystore.p12
|
||||
key-store-password: 123456
|
||||
key-store-type: PKCS12
|
||||
key-alias: tomcat
|
||||
#server:
|
||||
# ssl:
|
||||
# key-store: classpath:keystore.p12
|
||||
# key-store-password: 123456
|
||||
# key-store-type: PKCS12
|
||||
# key-alias: tomcat
|
Loading…
Reference in New Issue