Browse Source

init

master
Lierbao 1 year ago
parent
commit
a113f9afcc
2 changed files with 9 additions and 0 deletions
  1. +6
    -0
      pmapi/src/main/resources/application-dev.yml
  2. +3
    -0
      pmapi/src/main/resources/application.yml

+ 6
- 0
pmapi/src/main/resources/application-dev.yml View File

@@ -0,0 +1,6 @@
server:
port: 28888
servlet:
context-path: /pm
logging:
config: classpath:logback-spring.xml

+ 3
- 0
pmapi/src/main/resources/application.yml View File

@@ -0,0 +1,3 @@
spring:
profiles:
active: dev

Loading…
Cancel
Save