Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 700 Bytes

File metadata and controls

19 lines (13 loc) · 700 Bytes

Spring Boot based RESTful multi-tenant service webapp

Requirements

  • JDK: 1.8 or higher
  • Maven 3.3.3 or higher

Run from Command Line

IntelliJ

  • Run Maven: clean + install
  • Add New Configuration (click PLUS sign), select "Spring Boot" and add "Main class": com.wyona.multitenantservice.webapp.Server
  • Request in browser: http://localhost:5080/swagger-ui/