修改执行文件

This commit is contained in:
筱锋xiao_lfeng 2024-01-18 17:13:46 +08:00
parent 268da3cdb0
commit c6af36829b
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

View File

@ -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