Commit c148a08d by hongzhong

等保druid登录控制

parent c21289b6
...@@ -9,6 +9,10 @@ spring.datasource.url=jdbc:mysql://139.224.139.2:13307/ajb?useUnicode=true&chara ...@@ -9,6 +9,10 @@ spring.datasource.url=jdbc:mysql://139.224.139.2:13307/ajb?useUnicode=true&chara
spring.datasource.username=devdbuser spring.datasource.username=devdbuser
spring.datasource.password=devdbpass1 spring.datasource.password=devdbpass1
##druid sql监控设置登录访问权限
spring.datasource.druid.stat-view-servlet.login-username=yddruiduser
spring.datasource.druid.stat-view-servlet.login-password=!QSZ2wsx
###手动配置主数据源### ###手动配置主数据源###
#master #master
multiple.datasource.master.driver-class-name=com.mysql.jdbc.Driver multiple.datasource.master.driver-class-name=com.mysql.jdbc.Driver
...@@ -52,4 +56,4 @@ jwt.bypass:TEST ...@@ -52,4 +56,4 @@ jwt.bypass:TEST
enable.datasecurity:false enable.datasecurity:false
#存量数据接口开关 #存量数据接口开关
prod.checkavailable: prod.checkavailable:
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment