YML 복구

context-path: / 로 변경
main
siniya70 1 year ago
parent 7fe6bf662c
commit b93ccb89b0

@ -1,16 +1,16 @@
server:
port: 18080
#port: 18080
servlet:
context-path: /fims
context-path: /
ssl:
enabled: true
key-alias: fimskeystore
key-store: classpath:fimskeystore.pkcs12
key-store-password: 'Xit5811807@)@#'
key-password: 'Xit5811807@)@#'
trust-store: classpath:fimstrust.pkcs12
trust-store-password: 'Xit5811807@)@#'
# ssl:
# enabled: true
# key-alias: fimskeystore
# key-store: classpath:fimskeystore.pkcs12
# key-store-password: 'Xit5811807@)@#'
# key-password: 'Xit5811807@)@#'
# trust-store: classpath:fimstrust.pkcs12
# trust-store-password: 'Xit5811807@)@#'
# tomcat:
# remoteip:

Loading…
Cancel
Save