摘要: jdbc.username=root jdbc.password=123 jdbc.url=jdbc:mysql://localhost:3306/数据库名?allowMultiQueries=true jdbc.driver=com.mysql.cj.jdbc.Driver 阅读全文
posted @ 2025-04-30 17:06 市丸银 阅读(5) 评论(0) 推荐(0)
摘要: <dependencies> <!--spring pom.xml依赖--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.1.18</ve 阅读全文
posted @ 2025-04-30 17:04 市丸银 阅读(10) 评论(0) 推荐(0)