
框架
以雾洗梦
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dataSource
DruidDataSource dataSource = new DruidDataSource(); dataSource.setUsername("xxx"); dataSource.setPassword("xxx"); dataSource.setUrl("jdbc:mysql://xxx/xxxx?useSSL=false&useUnicode=tr...原创 2019-11-02 00:24:36 · 182 阅读 · 0 评论 -
配置踩坑
Unable to find a single main class from the following candidates Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.1.4.RELEASE:repackage failed: Unable to find a single...原创 2019-05-18 16:52:04 · 197 阅读 · 0 评论