From 73718f4295ce94803efe8468907766639dc3835e Mon Sep 17 00:00:00 2001 From: ZhangHang <252861252@qq.com> Date: Thu, 14 Jul 2022 16:31:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Springboot-SmartDoc/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Springboot-SmartDoc/README.MD b/Springboot-SmartDoc/README.MD index 1a8912a..e86ff60 100644 --- a/Springboot-SmartDoc/README.MD +++ b/Springboot-SmartDoc/README.MD @@ -8,7 +8,7 @@ ``` ``` 特别注意:生成文档要求注释必须规范,否则会生成失败 -system-one项目生成文档 +system-one项目生成文档(smart-doc:html/smart-doc:markdown/smart-doc:adoc/smart-doc:postman....) mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl system-one -am system-two项目生成文档 mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl system-two -am -- Gitee From abe0831d3605db13a44b85a09126504b0c651fd1 Mon Sep 17 00:00:00 2001 From: zhanghang <18292095875@163.com> Date: Fri, 21 Oct 2022 09:58:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Springboot-pagehelper/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Springboot-pagehelper/src/main/resources/application.yml b/Springboot-pagehelper/src/main/resources/application.yml index 0359a76..f2de5a5 100644 --- a/Springboot-pagehelper/src/main/resources/application.yml +++ b/Springboot-pagehelper/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://dev.apibutton.top:3306/button-test?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&useSSL=false username: root - password: zhZH940126 + password: ******* hikari: maximum-pool-size: 1000 minimum-idle: 100 -- Gitee