From 1b4d9b2dd4ed07758241d1143890b3a86b3c0641 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期日, 28 四月 2024 14:15:49 +0800 Subject: [PATCH] 权限管理开发基本功能已完成,待前端对接 --- hangzhoumesParent/common/springsecurity/src/main/resources/application.yml | 63 ++++++++++++------------------- 1 files changed, 25 insertions(+), 38 deletions(-) diff --git a/hangzhoumesParent/common/springsecurity/src/main/resources/application.yml b/hangzhoumesParent/common/springsecurity/src/main/resources/application.yml index 950c0c4..70e7dec 100644 --- a/hangzhoumesParent/common/springsecurity/src/main/resources/application.yml +++ b/hangzhoumesParent/common/springsecurity/src/main/resources/application.yml @@ -1,38 +1,25 @@ -server: - port: 8089 -spring: - datasource: - dynamic: - primary: hangzhoumes #璁剧疆榛樿鐨勬暟鎹簮鎴栬�呮暟鎹簮缁�,榛樿鍊煎嵆涓簃aster - strict: false #璁剧疆涓ユ牸妯″紡,榛樿false涓嶅惎鍔�. 鍚姩鍚庡湪鏈尮閰嶅埌鎸囧畾鏁版嵁婧愭椂鍊欏洖鎶涘嚭寮傚父,涓嶅惎鍔ㄤ細浣跨敤榛樿鏁版嵁婧�. - datasource: - hangzhoumes: - url: jdbc:mysql://10.153.19.150:3306/hangzhoumes?serverTimezone=GMT%2b8 - username: root - password: beibo.123/ - driver-class-name: com.mysql.cj.jdbc.Driver - slave_1: - #閰嶇疆鏁版嵁婧愮被鍨� - type: com.zaxxer.hikari.HikariDataSource - #閰嶇疆杩炴帴鏁版嵁搴撶殑淇℃伅 - driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://10.153.19.150:1433;databasename=mybatisTest - username: sa - password: 'beibo.123/' - cloud: - nacos: - discovery: - server-addr: 10.153.19.150:8848 - application: - name: security - redis: - database: 0 - host: 10.153.19.150 - port: 6379 - password: - session: - store-type: redis -mybatis-plus: - mapper-locations: classpath*:mapper/*.xml - configuration: - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl \ No newline at end of file +#server: +# port: 8089 +#spring: +# datasource: +# driver-class-name: com.mysql.cj.jdbc.Driver +# url: jdbc:mysql://192.168.56.10:3306/hangzhoumes?serverTimezone=GMT%2b8&characterEncoding=utf-8&useSSL=false +# username: root +# password: root +# cloud: +# nacos: +# discovery: +# server-addr: 127.0.0.1:8848 +# application: +# name: security +# redis: +# database: 0 +# host: 127.0.0.1 +# port: 6379 +# password: +# session: +# store-type: redis +#mybatis-plus: +# mapper-locations: classpath*:mapper/*.xml +# configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl \ No newline at end of file -- Gitblit v1.8.0