https://github.com/daggerok/pm2-java-spring-boot
nodejs, pm2, gradle, spring-boot, spring-data, embedded mongo, webjars-locator, spring mustache
https://github.com/daggerok/pm2-java-spring-boot
pm2 process
Last synced: 12 days ago
JSON representation
nodejs, pm2, gradle, spring-boot, spring-data, embedded mongo, webjars-locator, spring mustache
- Host: GitHub
- URL: https://github.com/daggerok/pm2-java-spring-boot
- Owner: daggerok
- Created: 2016-09-22T23:26:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T01:33:43.000Z (about 7 years ago)
- Last Synced: 2025-04-28T18:45:37.834Z (6 months ago)
- Topics: pm2, process
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pm2-java-spring-boot [](https://travis-ci.org/daggerok/pm2-java-spring-boot)
```fish
gradle build
npm start
npm run ls
npm run show
cat ~/.pm2/logs/pm2-java-spring-boot-out.logopen http://localhost:8000/
# update java and recompile
gradle build
# refresh page and see as process was restarted# clean
npm run kill
```