Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 666 Bytes

Spring-boot-app-Shipwerk

Hi, This is spring boot application built on spring boot and angular 1.4

Pre instalation:

  • install mysql database called 'shipwreck' and run it on mysql server:
spring.datasource.url=jdbc:mysql://localhost:3306/shipwreck
spring.datasource.username=springboot
spring.datasource.password=1234