You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
sbathina / BankApp Public
Banking Application using Java 8, Sprint Boot, Spring Security and H2 Database
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to filegit clone https://github.com/sbathina/BankApp
Refer to the following link for instructions:
https://projectlombok.org/setup/eclipse
- Import existing maven project - Run mvn clean install - If using STS, Run As Spring Boot App
spring-boot-starter-actuator spring-boot-starter-data-jpa spring-boot-starter-security spring-boot-starter-web spring-boot-devtools h2 - Inmemory database lombok - to reduce boilerplate code springfox-swagger2 springfox-swagger-ui spring-boot-starter-test spring-security-test
Please find the Rest API documentation in the below url
http://localhost:8989/bank-api/swagger-ui.html
Make sure to use jdbc:h2:mem:testdb as your jdbc url. If you intend to you use custom database name, please define datasource properties in application.yml
http://localhost:8989/bank-api/h2-console/