docs: cors 추가

main
kjh 1 year ago
parent a713ccb12d
commit d3202abef5

@ -61,7 +61,7 @@ app:
swagger-url: 'http://152.99.141.77:18090/${server.servlet.context-path:}/'
# Spring Security cors 설정 :: CorsConfiguration 설정 값
cors:
allowed-origins: http://localhost, http://${app.api-ip}, http://localhost:8082, http://${app.api-ip}:8082, http://noparking.chuncheon.go.kr
allowed-origins: http://localhost, http://${app.api-ip}, http://localhost:8082, http://${app.api-ip}:8082, https://noparking.chuncheon.go.kr
data:
root:

@ -24,7 +24,7 @@ spring:
jdbc-url: jdbc:oracle:thin:@108.1.143.28:11521:ora11g
username: xit_traffic
password: traffic5
read-only: false
pool-name: xit-oracle-pool
# multi-database
#secondary:
@ -35,9 +35,9 @@ spring:
springdoc:
api-docs:
enabled: false
enabled: true
swagger-ui:
enabled: false
enabled: true
logging:
level:
@ -68,7 +68,7 @@ app:
swagger-url: 'http://108.1.143.27:8082/${server.servlet.context-path:}/'
# Spring Security cors 설정 :: CorsConfiguration 설정 값
cors:
allowed-origins: http://localhost, http://108.1.143.27
allowed-origins: http://localhost, http://108.1.143.27, https://parking.cheonan.go.kr
data:
root:
path: /data

Loading…
Cancel
Save