fix: 修复找不到表的问题
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
#server port
|
#server port
|
||||||
server.port =${SERVER_PORT:2154}
|
server.port =${SERVER_PORT:2154}
|
||||||
#server context path
|
#server context path
|
||||||
server.servlet.context-path =/jinbooks-api
|
#server.servlet.context-path =/jinbooks-api
|
||||||
############################################################################
|
############################################################################
|
||||||
#domain name configuration #
|
#domain name configuration #
|
||||||
############################################################################
|
############################################################################
|
||||||
@ -40,9 +40,10 @@ spring.datasource.type =com.alibaba.druid.pool.DruidDat
|
|||||||
#spring.datasource.url=jdbc:highgo://192.168.56.107:5866/highgo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
#spring.datasource.url=jdbc:highgo://192.168.56.107:5866/highgo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
#mysql
|
#mysql
|
||||||
spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
|
||||||
spring.datasource.url =jdbc:mysql://${DATABASE_HOST:192.168.31.233}:${DATABASE_PORT:3306}/${DATABASE_NAME:jinbooks}?allowPublicKeyRetrieval=true&autoReconnect=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
#spring.datasource.url =jdbc:mysql://${DATABASE_HOST:www.xiaolanyu.cn}:${DATABASE_PORT:33060}/${DATABASE_NAME:jinbooks}?allowPublicKeyRetrieval=true&autoReconnect=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||||
spring.datasource.username =${DATABASE_USER:jinbooks}
|
spring.datasource.url =jdbc:mysql://${DATABASE_HOST:192.168.1.210}:${DATABASE_PORT:33060}/${DATABASE_NAME:jinbooks}?allowPublicKeyRetrieval=true&autoReconnect=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||||
spring.datasource.password =${DATABASE_PWD:Jinbooks321!}
|
spring.datasource.username =${DATABASE_USER:root}
|
||||||
|
spring.datasource.password =${DATABASE_PWD:Xueqiang1230@}
|
||||||
|
|
||||||
#mybatis
|
#mybatis
|
||||||
mybatis-plus.dialect =mysql
|
mybatis-plus.dialect =mysql
|
||||||
@ -69,9 +70,9 @@ logging.level.org.apache.ibatis=DEBUG
|
|||||||
#redis server configuration #
|
#redis server configuration #
|
||||||
############################################################################
|
############################################################################
|
||||||
spring.redis.cluster.nodes =
|
spring.redis.cluster.nodes =
|
||||||
spring.redis.host =${REDIS_HOST:localhost}
|
spring.redis.host =${REDIS_HOST:192.168.1.210}
|
||||||
spring.redis.port =${REDIS_PORT:6379}
|
spring.redis.port =${REDIS_PORT:6379}
|
||||||
spring.redis.password =${REDIS_PWD:Hlh967484.}
|
spring.redis.password =${REDIS_PWD:}
|
||||||
spring.redis.timeout =10000
|
spring.redis.timeout =10000
|
||||||
spring.redis.jedis.pool.max-wait =1000
|
spring.redis.jedis.pool.max-wait =1000
|
||||||
spring.redis.jedis.pool.max-idle =200
|
spring.redis.jedis.pool.max-idle =200
|
||||||
|
|||||||
Reference in New Issue
Block a user