1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

https://github.com/cskefu/cskefu/issues/833 tune params for redis, switch to java17

This commit is contained in:
Hai Liang Wang 2023-06-22 16:25:17 +08:00
parent 8c1e6435e2
commit 9774545b6f
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ jobs:
# Be sure to update the Docker image tag below to openjdk version of your application.
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
docker:
- image: cimg/openjdk:11.0
- image: cimg/openjdk:17.0.7
# Add steps to the job
# See: https://circleci.com/docs/configuration-reference/#steps
steps:

View File

@ -1,4 +1,4 @@
FROM chatopera/java:11
FROM chatopera/java:17
MAINTAINER Hai Liang Wang <hain@chatopera.com>
# base image is built with config/base/build.sh

View File

@ -30,9 +30,9 @@ services:
- SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/cosinee?useUnicode=true&characterEncoding=UTF-8
- SPRING_DATASOURCE_USERNAME=root
- SPRING_DATASOURCE_PASSWORD=${DB_PASSWD:-123456}
- SPRING_REDIS_HOST=redis
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_PASSWORD=${DB_PASSWD:-123456}
- SPRING_DATA_REDIS_HOST=redis
- SPRING_DATA_REDIS_PORT=6379
- SPRING_DATA_REDIS_PASSWORD=${DB_PASSWD:-123456}
- SPRING_ACTIVEMQ_BROKER_URL=tcp://activemq:61616
- CSKEFU_MODULE_CALLOUT=false
- CSKEFU_MODULE_CONTACTS=true