diff --git a/Springboot-SmartDoc/README.MD b/Springboot-SmartDoc/README.MD index 1a8912a7558a4e523cdcdb0437c8ece6999c5309..e86ff60c034a5d1360d58aba22ea2c542c4ecc64 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 diff --git a/Springboot-pagehelper/src/main/resources/application.yml b/Springboot-pagehelper/src/main/resources/application.yml index 0359a7655fda5477e39da12a96013763f8837000..f2de5a595217996e5a7d643a162a9325ac898521 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