130 lines
3.5 KiB
Plaintext
130 lines
3.5 KiB
Plaintext
Index: securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml111
|
||
IDEA additional info:
|
||
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
<+>UTF-8
|
||
===================================================================
|
||
--- securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml111 (date 1680487800908)
|
||
+++ securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml111 (date 1680487800908)
|
||
@@ -0,0 +1,121 @@
|
||
+# Tomcat
|
||
+server:
|
||
+ port: 18085
|
||
+# Spring
|
||
+spring:
|
||
+ # redis
|
||
+ redis:
|
||
+ host: 10.145.34.32
|
||
+ port: 6379
|
||
+ password: Jjsp@redis2023
|
||
+ # 数据库
|
||
+ datasource:
|
||
+ druid:
|
||
+ stat-view-servlet:
|
||
+ enabled: true
|
||
+ loginUsername: admin
|
||
+ loginPassword: 123456
|
||
+ dynamic:
|
||
+ druid:
|
||
+ initial-size: 5
|
||
+ min-idle: 5
|
||
+ maxActive: 20
|
||
+ maxWait: 60000
|
||
+ timeBetweenEvictionRunsMillis: 60000
|
||
+ minEvictableIdleTimeMillis: 300000
|
||
+ validationQuery: SELECT 1 FROM DUAL
|
||
+ testWhileIdle: true
|
||
+ testOnBorrow: false
|
||
+ testOnReturn: false
|
||
+ poolPreparedStatements: true
|
||
+ maxPoolPreparedStatementPerConnectionSize: 20
|
||
+ filters: stat,slf4j
|
||
+ # connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
||
+ datasource:
|
||
+ # 主库数据源
|
||
+ master:
|
||
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
||
+ url: jdbc:mysql://10.145.34.32:3306/gwjjspaq?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||
+ username: root
|
||
+ password: Jjsp@test2023
|
||
+ # 从库数据源
|
||
+ # slave:
|
||
+ # username:
|
||
+ # password:
|
||
+ # url:
|
||
+ # driver-class-name:
|
||
+
|
||
+ application:
|
||
+ # 应用名称
|
||
+ name: securityControl-task
|
||
+ profiles:
|
||
+ # 环境配置
|
||
+ active: dev
|
||
+ cloud:
|
||
+ nacos:
|
||
+ discovery:
|
||
+ username: nacos
|
||
+ password: Jjsp@nacos2023
|
||
+ # 服务注册地址
|
||
+ server-addr: 10.145.34.32:8848
|
||
+ config:
|
||
+ username: nacos
|
||
+ password: Jjsp@nacos2023
|
||
+ # 配置中心地址
|
||
+ server-addr: 10.145.34.32:8848
|
||
+ # 配置文件格式
|
||
+ file-extension: yml
|
||
+ # 共享配置
|
||
+ shared-configs:
|
||
+ - vsc-dev.yml
|
||
+#统一视频平台配置
|
||
+#视频平台的地址
|
||
+uvpUrl: http://172.37.40.249
|
||
+#鉴权用用户名
|
||
+uvpAk: piadmin
|
||
+#鉴权用密码
|
||
+uvpSk: MXFhejJ3c3gj
|
||
+#视频配置
|
||
+video:
|
||
+ ip: 10.138.219.3
|
||
+ port: 29988
|
||
+ name: bns4
|
||
+ key: Bns@2023**
|
||
+ url: http://10.138.219.3:29605/icvs/
|
||
+# url: http://220.248.250.31:29605/icvs/
|
||
+#加密组件
|
||
+jasypt:
|
||
+ encryptor:
|
||
+ bean: codeSheepEncryptorBean4
|
||
+ property:
|
||
+ prefix: CodeSheep(
|
||
+ suffix: )
|
||
+
|
||
+management:
|
||
+ server:
|
||
+ port: -1
|
||
+
|
||
+#统一视频平台配置
|
||
+tvideo:
|
||
+ uvpUrl: http://11.158.0.129
|
||
+ uvpAk: wangzh0059
|
||
+ uvpSk: Destiny123456~
|
||
+
|
||
+# mybatis配置
|
||
+mybatis:
|
||
+ # 搜索指定包别名
|
||
+ typeAliasesPackage: com.securityControl.task
|
||
+ # 配置mapper的扫描,找到所有的mapper.xml映射文件
|
||
+ mapperLocations: classpath:mapper/**/*.xml
|
||
+
|
||
+# swagger配置
|
||
+swagger:
|
||
+ title: 系统模块接口文档
|
||
+ license: czc
|
||
+ licenseUrl: czc
|
||
+isc:
|
||
+ url_xn: http://27.196.3.66:18001/isc_sso
|
||
+ targetIndex: http://27.196.164.56:21001/ahsfs/bns/html/home/home.html
|
||
+ url_aq: http://xdl.sgccid.com:22002/isc_sso
|
||
+ appId: 9b4483c383538275018615493e1451ea
|
||
+ whiteURL: 27.196.164.56
|