Skip to content

seniorkot/Region-Catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages