Order Management System for Trading - demo application
- JDK — 1.8
- Spring Boot — 2.1.3.RELEASE (JPA, AOP, Web, Actuator, H2, Lombok, JUnit )
- Spring Framework — 5.1.5 RELEASE
- Hibernate — 5.3.7.Final
- JPA
- Maven — 3.6.0
- Database - H2 (in-mem)
- API Documentation - springfox-swagger2 — 2.8.0, springfox-swagger-ui — 2.8.0
- Frontend - AngularJS 1.7.8, Bootstrap 4.0.0
- IDE — IntelliJ IDEA Community 2018.3
- Git - 2.20.1
- Unzip the source code folder Build the project using below command
mvn clean install
- When the build is successfully completed the application can be started using below command:
mvn spring-boot:run
- Open a UI client in browser using
- REST API documentation using Swagger