更新 application-prod.yml 配置
在文件开头添加空行,并设置服务器上下文路径为 /api。
This commit is contained in:
parent
96c0b26896
commit
5c414537f9
@ -1,3 +1,4 @@
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
@ -9,3 +10,6 @@ spring:
|
||||
logging:
|
||||
level:
|
||||
root: info
|
||||
server:
|
||||
servlet:
|
||||
context-path: /api
|
||||
Loading…
x
Reference in New Issue
Block a user