seniorkot / Region-Catalog

REST API with MyBatis and Spring Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

REST API with MyBatis and Spring Cache


Languages

Language:Java 100.0%