tlias管理系统-springAOP的快速入门

This commit is contained in:
2025-10-28 10:50:02 +08:00
parent 54bb1effca
commit 07301a7b59
12 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/tlias
username: root
password: 1234
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true