项目作者: ravindraard

项目描述 :
Stock manager application impmented using spring-boot, angular, h2 and swagger2
高级语言: HTML
项目地址: git://github.com/ravindraard/stock-manager.git
创建时间: 2018-03-11T12:50:06Z
项目社区:https://github.com/ravindraard/stock-manager

开源协议:

下载


Stock Manager App

Features
1) List all stocks
2) Create new stock
3) Update a stock
4) Delete a stock

Technology stack

  • Spring Boot (v1.3.2)
  • REST web services
  • Swagger2 for API documentation
  • Hibernate (Using Spring Data JPA)
  • HTML5
  • AngularJS (v1.5.3)

How to access

Run below maven commands
mvn clean install
mvn spring-boot:run

Hit below URL in the browser
http://localhost:8080

Swagger console access

Hit below URL in the browser
http://localhost:8080/swagger-ui.html

H2 console

http://localhost:8080/h2-console
Use jdbc:h2:mem:testdb as JDBC URL