|
|
@@ -0,0 +1,62 @@
|
|
|
+server:
|
|
|
+ port: 9084
|
|
|
+spring:
|
|
|
+ redis:
|
|
|
+ redisson:
|
|
|
+ address: redis://172.24.144.218:6379
|
|
|
+ password: sxzgkj@2023
|
|
|
+ main:
|
|
|
+ allow-circular-references: true
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://39.98.239.48:3366/platform?serverTimezone=Asia/Shanghai&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true
|
|
|
+ username: root
|
|
|
+ password: '@RqGHG#KZ*C9ytkQ'
|
|
|
+ driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
+
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath*:/mapper/*Mapper.xml
|
|
|
+ global-config:
|
|
|
+ db-config:
|
|
|
+ logic-delete-field: is_delete
|
|
|
+ logic-delete-value: 1
|
|
|
+ logic-not-delete-value: 0
|
|
|
+ configuration:
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+
|
|
|
+config:
|
|
|
+ sso: 1
|
|
|
+
|
|
|
+#多租户配置
|
|
|
+tenant:
|
|
|
+ enable: true
|
|
|
+ column: system_code
|
|
|
+ filterTables:
|
|
|
+ ignoreTables:
|
|
|
+ - sys_system
|
|
|
+ - sys_role_perms
|
|
|
+ - sys_area
|
|
|
+ - sys_dict
|
|
|
+ - sys_dict_type
|
|
|
+ - sys_user
|
|
|
+ - sys_user_jzg_info_bank_card
|
|
|
+ - sys_user_role
|
|
|
+ - sys_user_jzg_info_file
|
|
|
+ - sys_organization
|
|
|
+ - sys_organization_user_link
|
|
|
+ - sys_upload_files
|
|
|
+ - sys_config
|
|
|
+ - sys_activity
|
|
|
+ - sys_activity_award
|
|
|
+ - sys_poster_org
|
|
|
+ ignoreLoginNames:
|
|
|
+
|
|
|
+data-scope:
|
|
|
+ tables:
|
|
|
+ - sys_user_jzg_info
|
|
|
+ - sys_dept
|
|
|
+
|
|
|
+minio:
|
|
|
+ url: http://test-api.baoxianzhanggui.com
|
|
|
+ access-key: N8hf40VDM3Uf2xJ5vnvE
|
|
|
+ secret-key: CDe1raroqIMo5R2KhHl6ZQbJOhdq0mrtCI78g3vq
|
|
|
+ bucket-name: jzg
|