Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 176 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 176 Bytes

neufriends

How to run: mvn package && java -jar target/gs-spring-boot-0.1.0.jar

You may need to kill the process running in port 8080: kill -9 $(lsof -t -i :8080)