Skip to content

jetune/hibernate-monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibernate monitoring

This simple Spring Boot web application shows how to use several Hibernate monitoring features such as logs and metrics/statistics.

The project was started with Spring Boot 2.7.4 then migrated to Spring Boot 3.0.1. To stick with Spring Boot 2.7.4, use the spring-boot-2 tag.

Usage

Configure the Hibernate monitoring features as needed by editing application.yml.

Run the application with mvn spring-boot:run or using your IDE.

Then open http://localhost:8080/ and use the links to execute some persistence operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • HTML 1.6%