ypc_manager/basepro-manager/basepro-manager-service/src/main/resources/application.yml

64 lines
1.6 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#mybatis:
# config-location: classpath:mybatis/SqlMapConfig.xml
# mapper-locations: classpath:mybatis/mapper/*.xml
spring:
profiles:
active: prod
#spring:
# datasource:
# username: root
# password: root
# url: jdbc:mysql://localhost:3306/e3?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# driver-class-name: com.mysql.jdbc.Driver
# type: com.alibaba.druid.pool.DruidDataSource
# devtools:
# restart:
# enabled: true
# remote:
# restart:
# enabled: true
#
# redis:
# timeout: 5000
# host: 192.168.43.137
# port: 6380
#
# activemq:
# user: admin
# password: admin
# broker-url: tcp://192.168.43.137:61616
# pool:
# enabled: true
# max-connections: 50
# packages:
# trust-all: false
#
#dubbo:
# application:
# name: basepro-manager
# registry:
# address: zookeeper://192.168.43.137:2181
# scan:
# basePackages: basepro.manager.service
# protocol:
# port: 20883
##fastdfs 图片地址
#imgUrl: http://20.90.1.134:8080/
#
##pki认证信息
#pki:
# #安徽省公安厅吉大网关认证服务地址
# authURL: http://10.124.31.73:6180/MessageService
# #皖警人车核录
# appId: wjrchl
# #应用服务器地址
# remoteAddr: http://53.1.252.189
# #是否检查访问控制状态。false表示不检查当设置为“false”时网关不做任何处理
# #响应报文中也不会有任何相关信息。true表示检查当设置为“true”时网关检查用户是否允许访问此应用并在报文中给出相应的信息。
# accessControl: true