Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 508 Bytes

Spring Boot Region Catalog application

Spring Boot application implementing REST API for Region Catalog application with MyBatis as ORM and Spring Cache.

Build

From project root directory

  • Pure Maven: mvn clean package

Run

  • Built jar file (./target dir): java -jar region_catalog-1.0.jar
  • Spring Boot Maven plugin (root dir): mvn spring-boot:run

Swagger

Swagger 2 is available after app start on port 8080: http://localhost:8080/api/swagger-ui.html