2025-05-11 17:21:07 +08:00
|
|
|
spring.application.name=intelligent-application-orchestration-service
|
2025-05-13 10:47:23 +08:00
|
|
|
|
|
|
|
|
2025-06-05 10:56:59 +08:00
|
|
|
# ?????
|
2025-05-13 10:47:23 +08:00
|
|
|
spring.datasource.url=jdbc:kingbase8://116.205.121.200:54321/Ipz
|
|
|
|
spring.datasource.username=system
|
|
|
|
spring.datasource.password=root
|
|
|
|
spring.datasource.driver-class-name=com.kingbase8.Driver
|
|
|
|
spring.datasource.hikari.maximum-pool-size=10
|
|
|
|
spring.datasource.hikari.minimum-idle=5
|
2025-05-14 21:16:03 +08:00
|
|
|
spring.datasource.hikari.connection-timeout=30000
|
|
|
|
|
2025-06-05 10:56:59 +08:00
|
|
|
# MyBatis??
|
2025-05-14 21:16:03 +08:00
|
|
|
mybatis.mapper-locations=classpath:mapper/*.xml
|
|
|
|
mybatis.type-aliases-package=com.bipt.intelligentapplicationorchestrationservice.pojo
|
2025-05-20 16:33:07 +08:00
|
|
|
mybatis.configuration.map-underscore-to-camel-case=true
|
|
|
|
|
2025-06-05 10:56:59 +08:00
|
|
|
# Redis??
|
|
|
|
#spring.data.redis.host=127.0.0.1
|
|
|
|
#spring.data.redis.port=6379
|
2025-05-21 15:56:02 +08:00
|
|
|
spring.data.redis.host=116.205.121.200
|
2025-05-20 16:33:07 +08:00
|
|
|
spring.data.redis.port=6379
|
2025-06-05 10:56:59 +08:00
|
|
|
spring.data.redis.username=default
|
2025-05-21 15:56:02 +08:00
|
|
|
spring.data.redis.password=Jbjhhzstsl97@
|
2025-06-05 10:56:59 +08:00
|
|
|
spring.data.redis.ssl.enabled=false
|
2025-05-26 21:49:13 +08:00
|
|
|
|
2025-06-05 10:56:59 +08:00
|
|
|
# ??????
|
2025-05-26 21:49:13 +08:00
|
|
|
spring.cloud.gateway.routes[0].id=request-service-route
|
|
|
|
spring.cloud.gateway.routes[0].uri=lb://intelligent-application-orchestration-service
|
|
|
|
spring.cloud.gateway.routes[0].predicates[0]=Path=/request
|
|
|
|
|
2025-05-25 19:29:52 +08:00
|
|
|
|
|
|
|
|
2025-06-05 10:56:59 +08:00
|
|
|
#SQL ????????
|
2025-05-25 19:29:52 +08:00
|
|
|
logging.level.com.bipt.intelligentapplicationorchestrationservice.mapper=DEBUG
|
2025-06-05 10:00:41 +08:00
|
|
|
mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
|
2025-06-05 10:56:59 +08:00
|
|
|
|
|
|
|
#spring.jpa.database-platform=org.hibernate.dialect.Kingbase8Dialect
|