修改执行文件
This commit is contained in:
parent
268da3cdb0
commit
c6af36829b
@ -1,22 +1,17 @@
|
||||
server:
|
||||
port: 8155
|
||||
max-http-header-size: 10240
|
||||
port: 8080
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306?organize_oa
|
||||
url: jdbc:mysql://localhost:3306
|
||||
username: root
|
||||
password: Zrx@20041009
|
||||
password: 123456
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
redis:
|
||||
database: 0
|
||||
host: localhost
|
||||
port: 6379
|
||||
profiles:
|
||||
active: test
|
||||
mail:
|
||||
host: 171.38.91.172
|
||||
username: zrx
|
||||
password: Zrx@20041009
|
||||
active: dev
|
||||
mybatis:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user