修改执行文件

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: server:
port: 8155 port: 8080
max-http-header-size: 10240
spring: spring:
datasource: datasource:
url: jdbc:mysql://localhost:3306?organize_oa url: jdbc:mysql://localhost:3306
username: root username: root
password: Zrx@20041009 password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
redis: redis:
database: 0 database: 0
host: localhost host: localhost
port: 6379 port: 6379
profiles: profiles:
active: test active: dev
mail:
host: 171.38.91.172
username: zrx
password: Zrx@20041009
mybatis: mybatis:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true