From d080b0b5eab1d3cb4c1c6c20c0d328069d7e92d6 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 21 Dec 2023 15:36:09 +0800 Subject: [PATCH] =?UTF-8?q?SpringBoot3+JDK17=E7=89=88=E6=9C=AC=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E4=B8=8B=E8=BD=BD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../jeecg-system-start/src/main/resources/application-dev.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0302a134..326861c7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, | Github | [jeecgboot-vue3](https://github.com/jeecgboot/jeecgboot-vue3) | [jeecg-boot](https://github.com/jeecgboot/jeecg-boot) | | 码云 | [jeecgboot-vue3](https://gitee.com/jeecg/jeecgboot-vue3) | [jeecg-boot](https://gitee.com/jeecg/jeecg-boot) | +> 官方已推出 `SpringBoot3+JDK17版本` [分支源码下载](https://github.com/jeecgboot/jeecg-boot/tree/springboot3) | [升级SpringBoot3博客](https://blog.csdn.net/zhangdaiscott/article/details/134805602) #### 项目说明 @@ -57,7 +58,6 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, | `jeecgboot-vue3` | 前端源码 (Vue3版本) | | `jeecg-boot` | 后端JAVA源码(支持微服务) | | `jeecg-uniapp` | [APP开发框架,一份代码多终端适配,同时支持APP、小程序、H5](https://github.com/jeecgboot/jeecg-uniapp) | -| `SpringBoot3+JDK17 后端分支` | [分支源码](https://github.com/jeecgboot/jeecg-boot/tree/springboot3) [升级博客](https://blog.csdn.net/zhangdaiscott/article/details/134805602) | | `更多开源项目` | [更多底层源码下载](http://jeecg.com/download) | diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 0258ce93..5811fe13 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -133,7 +133,7 @@ spring: slow-sql-millis: 5000 datasource: master: - url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://jeecg-boot-mysql:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver @@ -146,7 +146,7 @@ spring: #redis 配置 redis: database: 0 - host: 127.0.0.1 + host: jeecg-boot-redis port: 6379 password: '' #mybatis plus 设置