mirror of https://github.com/jeecgboot/jeecg-boot
修改springboot3的配置yml
parent
91208a4968
commit
59ece16059
|
@ -154,11 +154,12 @@ spring:
|
||||||
# password: jeecgboot@459
|
# password: jeecgboot@459
|
||||||
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||||
#redis配置
|
#redis配置
|
||||||
redis:
|
data:
|
||||||
database: 0
|
redis:
|
||||||
host: 127.0.0.1
|
database: 0
|
||||||
port: 6379
|
host: 127.0.0.1
|
||||||
password: ''
|
port: 6379
|
||||||
|
password: ''
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||||
|
|
|
@ -22,7 +22,7 @@ management:
|
||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
exposure:
|
exposure:
|
||||||
include: metrics,jeecghttptrace
|
include: metrics,httpexchanges,jeecghttptrace
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
flyway:
|
flyway:
|
||||||
|
@ -114,7 +114,7 @@ spring:
|
||||||
static-locations: classpath:/static/,classpath:/public/
|
static-locations: classpath:/static/,classpath:/public/
|
||||||
autoconfigure:
|
autoconfigure:
|
||||||
exclude:
|
exclude:
|
||||||
- com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
- com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure
|
||||||
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
|
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
|
||||||
datasource:
|
datasource:
|
||||||
druid:
|
druid:
|
||||||
|
@ -167,11 +167,12 @@ spring:
|
||||||
#password: root
|
#password: root
|
||||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
#driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
#redis 配置
|
#redis 配置
|
||||||
redis:
|
data:
|
||||||
database: 0
|
redis:
|
||||||
host: 127.0.0.1
|
database: 0
|
||||||
port: 6379
|
host: 127.0.0.1
|
||||||
password: ''
|
port: 6379
|
||||||
|
password:
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||||
|
|
|
@ -149,11 +149,12 @@ spring:
|
||||||
username: jeecgboot
|
username: jeecgboot
|
||||||
password: ??
|
password: ??
|
||||||
#redis配置
|
#redis配置
|
||||||
redis:
|
data:
|
||||||
database: 0
|
redis:
|
||||||
host: 127.0.0.1
|
database: 0
|
||||||
port: 6379
|
host: 127.0.0.1
|
||||||
password: ''
|
port: 6379
|
||||||
|
password: ''
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||||
|
|
Loading…
Reference in New Issue