From 5bf6c026f0a2d85af674971d0cfce52bc622b37e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 21 Jul 2025 18:53:40 +0800 Subject: [PATCH 01/20] =?UTF-8?q?=E6=A8=A1=E7=89=88=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0application.assistant.yml=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/modules/gen/config.xml | 1 + .../main/resources/application-assistant.xml | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 modules/core/src/main/resources/templates/modules/gen/module/src/main/resources/application-assistant.xml diff --git a/modules/core/src/main/resources/templates/modules/gen/config.xml b/modules/core/src/main/resources/templates/modules/gen/config.xml index 86b34c35..6db14e27 100644 --- a/modules/core/src/main/resources/templates/modules/gen/config.xml +++ b/modules/core/src/main/resources/templates/modules/gen/config.xml @@ -260,6 +260,7 @@ + diff --git a/modules/core/src/main/resources/templates/modules/gen/module/src/main/resources/application-assistant.xml b/modules/core/src/main/resources/templates/modules/gen/module/src/main/resources/application-assistant.xml new file mode 100644 index 00000000..8d8c4282 --- /dev/null +++ b/modules/core/src/main/resources/templates/modules/gen/module/src/main/resources/application-assistant.xml @@ -0,0 +1,24 @@ + + + \ No newline at end of file -- Gitee From 615448c2cec3a902613b7e0037fa651d896c727a Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 28 Jul 2025 12:01:27 +0800 Subject: [PATCH 02/20] =?UTF-8?q?=E4=BC=98=E5=8C=96=20spring=20boot=203.4?= =?UTF-8?q?=20jta=20=E4=BA=8B=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/pom.xml | 7 ------- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- web-api/src/main/resources/config/application.yml | 2 +- web/src/main/resources/config/application.yml | 4 ++-- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 2899bd22..161125b0 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -129,13 +129,6 @@ ${project.parent.version} - - net.logstash.logback diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index c752f420..cb829e85 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -98,7 +98,7 @@ spring: # maxPoolSize: 20 # keepAliveSeconds: 60 - # JTA XA 事务(spring boot 3) 请在 jeesite-module-core/pom.xml 中打开 atomikos 依赖 + # JTA XA 事务(spring boot 3) jta: enabled: false diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 1397681f..648af151 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -280,7 +280,7 @@ spring: pathmatch: matching-strategy: ANT_PATH_MATCHER - # JTA XA 事务(spring boot 3) 请在 jeesite-module-core/pom.xml 中打开 atomikos 依赖 + # JTA XA 事务(spring boot 3) jta: enabled: false diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 1060eeed..6425fe72 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -220,7 +220,7 @@ jdbc: # ds2: # type: mysql # driver: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://127.0.0.1:3306/jeesite2?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai +# url: jdbc:mysql://127.0.0.1:3306/jeesite_test?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai # username: root # password: 123456 # testSql: SELECT 1 @@ -280,7 +280,7 @@ spring: pathmatch: matching-strategy: ANT_PATH_MATCHER - # JTA XA 事务(spring boot 3) 请在 jeesite-module-core/pom.xml 中打开 atomikos 依赖 + # JTA XA 事务(spring boot 3) jta: enabled: false -- Gitee From daae9f05a6737771333fafabcddb9e4ad4da9d50 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 28 Jul 2025 12:02:59 +0800 Subject: [PATCH 03/20] =?UTF-8?q?vue=E7=94=9F=E6=88=90=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0list=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/modules/gen/vue/vueList.xml | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/modules/core/src/main/resources/templates/modules/gen/vue/vueList.xml b/modules/core/src/main/resources/templates/modules/gen/vue/vueList.xml index 003d8127..ee1f370f 100644 --- a/modules/core/src/main/resources/templates/modules/gen/vue/vueList.xml +++ b/modules/core/src/main/resources/templates/modules/gen/vue/vueList.xml @@ -94,7 +94,7 @@ if(table.isTreeEntity){