Skip to content

pritamkhose/jobs

Repository files navigation

Jobs

SpringBoot Example has MYSQL & MongoDB CRUD, Thymeleaf, Swagger Actuator, Logger

Build Status Coverage Status License

Minimal Spring Boot sample app.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.pritam.jobs.JobsApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run
mvn clean install
mvn compile package

References

MongoDB

Tools

Liquibase

 mvn liquibase:diff
 mvn liquibase:generateChangeLog
 mvn liquibase:update

Lombok

Swagger OpenAPI

Actuators

Logging

Local Storage

Testing

About

Spring boot Jobs Demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published