Commit 01c518bf by qiuchaofei

提交test的配置

parent a17f23d0
server:
port: 8289
spring:
application:
name: metadataRelation
data:
neo4j:
uri: http://192.168.0.143:7474
url: bolt://192.168.0.143:7687
username: neo4j
password: yuanyao
main:
allow-bean-definition-overriding: true
datasource:
url: jdbc:mysql://192.168.0.192:3306/p0?autoReconnect=true&useUnicode=true&characterEncoding=utf-8
username: p_test
password: p_test
initialization-mode: always
continue-on-error: true
hikari:
maximum-pool-size: 5
redis:
host: 192.168.0.100
port: 6379
eureka:
client:
registerWithEureka: true
region: default
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://192.168.0.111:8081/eureka/
security:
permit: false
authUser: root
authPwd: pwd
mongodb:
database: szsedev
uri: 192.168.0.192
username: szse
password: szse
maxConnectionIdleTime: 10000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment