Commit 769601bf authored by chenzhao's avatar chenzhao

增加区分电力 机场逻辑代码开关

parent 1b35df6f
......@@ -117,7 +117,7 @@ auth-key-key-site=key_site_info
#消防人员
auth-key-fire-fighters=fire_fighters_info
#权限开关: true 启用权限 false 不启用
mybatis.interceptor.enabled = false
mybatis.interceptor.enabled = true
## 消防救援保障部ID
fire-rescue=1432549862557130753
......@@ -138,4 +138,7 @@ spring.boot.admin.client.username=admin
spring.boot.admin.client.password=a1234560
management.security.enabled=false
management.endpoint.health.show-details=always
management.endpoints.web.exposure.include=*
\ No newline at end of file
management.endpoints.web.exposure.include=*
##代码中有部分逻辑冲突需要处理 为区分机场和电力逻辑 增加开关 若为true 则为机场逻辑 为false 则为电力逻辑
logic=true
\ 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