feat: 项目需求管理

This commit is contained in:
2025-11-19 11:23:19 +08:00
parent c038b42e09
commit f13ef3232b
78 changed files with 3621 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ spring.servlet.multipart.max-file-size=100MB
# mysql
spring.datasource.dynamic.datasource.master.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.dynamic.datasource.master.url=jdbc:mysql://localhost:3306/snowys?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true&rewriteBatchedStatements=true
spring.datasource.dynamic.datasource.master.url=jdbc:mysql://localhost:3306/nl_tool?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true&rewriteBatchedStatements=true
spring.datasource.dynamic.datasource.master.username=root
spring.datasource.dynamic.datasource.master.password=12356
spring.datasource.dynamic.strict=true
@@ -121,7 +121,7 @@ mybatis-plus.global-config.db-config.id-type=ASSIGN_ID
mybatis-plus.global-config.db-config.logic-delete-field=DELETE_FLAG
mybatis-plus.global-config.db-config.logic-delete-value=DELETED
mybatis-plus.global-config.db-config.logic-not-delete-value=NOT_DELETE
mybatis-plus.mapper-locations=classpath*:vip/storm/**/mapping/*.xml
mybatis-plus.mapper-locations=classpath*:org/nl/**/mapping/*.xml
mybatis-plus.type-handlers-package=org.nl.common.handler
#########################################
@@ -172,25 +172,25 @@ knife4j.setting.footerCustomContent=Apache License 2.0 | Copyright 2020-2024[SNO
springdoc.default-flat-param-object=true
# knife4j doc groups
springdoc.group-configs[0].group=SNOWY-PLUGIN-AUTH
springdoc.group-configs[0].group=NL-PLUGIN-AUTH
springdoc.group-configs[0].display-name=${springdoc.group-configs[0].group}
springdoc.group-configs[0].packages-to-scan=org.nl.auth
springdoc.group-configs[1].group=SNOWY-PLUGIN-BIZ
springdoc.group-configs[1].group=NL-PLUGIN-BIZ
springdoc.group-configs[1].display-name=${springdoc.group-configs[1].group}
springdoc.group-configs[1].packages-to-scan=org.nl.biz
springdoc.group-configs[2].group=SNOWY-PLUGIN-CLIENT
springdoc.group-configs[2].group=NL-PLUGIN-CLIENT
springdoc.group-configs[2].display-name=${springdoc.group-configs[2].group}
springdoc.group-configs[2].packages-to-scan=org.nl.client
springdoc.group-configs[3].group=SNOWY-PLUGIN-DEV
springdoc.group-configs[3].group=NL-PLUGIN-DEV
springdoc.group-configs[3].display-name=${springdoc.group-configs[3].group}
springdoc.group-configs[3].packages-to-scan=org.nl.dev
springdoc.group-configs[4].group=SNOWY-PLUGIN-GEN
springdoc.group-configs[4].group=NL-PLUGIN-GEN
springdoc.group-configs[4].display-name=${springdoc.group-configs[4].group}
springdoc.group-configs[4].packages-to-scan=org.nl.gen
springdoc.group-configs[5].group=SNOWY-PLUGIN-MOBILE
springdoc.group-configs[5].group=NL-PLUGIN-MOBILE
springdoc.group-configs[5].display-name=${springdoc.group-configs[5].group}
springdoc.group-configs[5].packages-to-scan=org.nl.mobile
springdoc.group-configs[6].group=SNOWY-PLUGIN-SYS
springdoc.group-configs[6].group=NL-PLUGIN-SYS
springdoc.group-configs[6].display-name=${springdoc.group-configs[6].group}
springdoc.group-configs[6].packages-to-scan=org.nl.sys

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 622 B