Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 272 Bytes

blogpian_spring

Blog using spring framework

Setup

  • Install gradle and add it to the PATH
  • Set configuration values for DB access in file src/main/resources/application.properties

Run tests

./gradlew test

Run server

./gradlew bootRun