Skip to content

dandoran/mybatis-and-flyway-and-spring-boot2-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot 2 with mybatis, flyway and swagger

Prerequisites

Java 8

Flyway

Migration scripts are located under: src/main/resources/db.migration

Building

To build the app run:

gradle build

Actuator

Actuator information is available at:

http://localhost:8081/actuator/

Swagger

The Swagger UI is available at:

http://localhost:8080/swagger-ui.html

Code coverage

Code coverage is available in xml and html at:

$projectdir/build/jacoc/test/

About

Spring Boot 2 with MyBatis and Flyway for ddl changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages