#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