Skip to content

本项目包括springboot项目基本搭建,热部署配置,durid数据库连接池配置以及sql监控配置,并且应用了SpringDataJpa和QueryDsl

Notifications You must be signed in to change notification settings

zyyabc15/springboot-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springbootExample

#热部署参考 springboot 在idea中实现热部署 springboot 热部署 idea版本(转)

#项目搭建参考 Spring Boot【快速入门】

#进入druid无法监控sql问题

spring boot 集成Druid后,sql监控不显示数据问题

需引入

 <dependency>
    <groupId>log4j</groupId>
    <artifactId>log4j</artifactId>
    <version>1.2.16</version>
    <scope>compile</scope>
 </dependency>       

在配置文件中手动实例化DruidDataSource 详见DruidConfiguration配置

QueryDSL与SpringDataJPA共同服务于SpringBoot

参考QueryDSL与SpringDataJPA共同服务于SpringBoot

About

本项目包括springboot项目基本搭建,热部署配置,durid数据库连接池配置以及sql监控配置,并且应用了SpringDataJpa和QueryDsl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages