Compare commits
No commits in common. "3b65050632f2b39776d8f37ace7b4fc5bb17d9a3" and "d0df31674c56233631ab8046edf44b8e78d5da09" have entirely different histories.
3b65050632
...
d0df31674c
|
@ -53,6 +53,7 @@ spring:
|
||||||
redis:
|
redis:
|
||||||
host: ${REDIS_HOST}
|
host: ${REDIS_HOST}
|
||||||
port: ${REDIS_PORT}
|
port: ${REDIS_PORT}
|
||||||
|
ssl: true
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
|
Loading…
Reference in New Issue