feat: 移植工程

This commit is contained in:
2025-06-10 09:54:52 +08:00
commit a2de21b092
277 changed files with 11116 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
server:
port: 8081
spring:
application:
name: @project.artifactId@
version: @project.version@
profiles:
active: dev
mail:
host: smtp.163.com
port: 465
username: njcxx0822@163.com
password: CDfsF386Y2FWKHHm
protocol: smtps
properties:
mail:
smtp:
auth: true
starttls:
enable: true
default-encoding: UTF-8
quartz:
job-store-type: jdbc
# mybatis plus mapper路径
mybatis-plus:
# mybatis plus
mapper-locations: classpath*:/mapper/**/*.xml
configuration:
log-impl:
org.apache.ibatis.logging.stdout.StdOutImpl
web-starter:
base-package: com.cxx.home