Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.