
Spring Boot
yxln
别总是 再说吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于spring中@Scope(“prototype”)无效的问题(spring中使用原型模式)
【代码】关于spring中@Scope(“prototype”)无效的问题(spring中使用原型模式)原创 2023-07-26 21:36:10 · 290 阅读 · 0 评论 -
Spring Boot配置
Spring Boot MySQL配置: MySql配置 application.properties文件 #数据库参数配置 spring.datasource.url=jdbc:mysql://127.0.0.1:3306/test spring.datasource.username=root spring.datasource.password=123456 spring.dataso...原创 2018-09-12 10:11:30 · 207 阅读 · 0 评论