mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 20:06:51 +08:00
提交
This commit is contained in:
@@ -4,6 +4,9 @@ spring.redis.host=10.251.160.38
|
|||||||
spring.redis.password=qwert!W577
|
spring.redis.password=qwert!W577
|
||||||
spring.redis.port=6379
|
spring.redis.port=6379
|
||||||
|
|
||||||
|
# cloud nacos config
|
||||||
|
spring.application.cloud.nacos.discovery.server-addr=10.251.181.11:8848
|
||||||
|
|
||||||
## datasource config
|
## datasource config
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ server.tomcat.max-keep-alive-requests=200
|
|||||||
# 默认是100, 超过最大连接数,可以接收的排队的请求数量
|
# 默认是100, 超过最大连接数,可以接收的排队的请求数量
|
||||||
server.tomcat.accept-count=200
|
server.tomcat.accept-count=200
|
||||||
|
|
||||||
|
# cloud nacos config
|
||||||
|
spring.application.cloud.nacos.discovery.server-addr=10.251.181.11:8848
|
||||||
|
|
||||||
## redis
|
## redis
|
||||||
spring.redis.database=2
|
spring.redis.database=2
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ spring.redis.host=10.251.160.38
|
|||||||
spring.redis.password=qwert!W577
|
spring.redis.password=qwert!W577
|
||||||
spring.redis.port=6379
|
spring.redis.port=6379
|
||||||
|
|
||||||
|
# cloud nacos config
|
||||||
|
spring.application.cloud.nacos.discovery.server-addr=10.251.181.11:8848
|
||||||
|
|
||||||
## datasource config
|
## datasource config
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user