更新 application-dev.yml
parent
db1af9e569
commit
ce49f19858
|
|
@ -1,3 +1,6 @@
|
|||
server:
|
||||
address: 127.0.0.1
|
||||
port: 8080
|
||||
custom:
|
||||
phoneNumber: "18281561650"
|
||||
spring:
|
||||
|
|
@ -7,3 +10,6 @@ spring:
|
|||
password: JSckhtke1wFdzq3E
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
mybatis-plus:
|
||||
|
||||
logging:
|
||||
config: classpath:logback-dev.xml
|
||||
Loading…
Reference in New Issue