That is a project for learning the springBoot
当前版本2.0
- 修改springBoot启动时的Banner图样
- springBoot中使用Druid连接池和Mybatis配置的数据源连接
- 使用springBoot自带的日志工具Logging配置输出sql语句
- 使用Druid Monitor监控sql
- 打开http://localhost:8080/druid/login.html登录监控平台
- 登录账号在DruidStatViewServlet.java中配置
- 31.1. Configure a DataSource
- 31.2. Using JdbcTemplate
- 31.3. JPA and Spring Data JPA
- 31.4. Spring Data JDBC
- 31.5. Using H2’s Web Console
- 31.6. Using jOOQ
- 31.6.1. Code Generation
- 31.6.2. Using DSLContext
- 31.6.3. jOOQ SQL Dialect
- 31.6.4. Customizing jOOQ