An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pm2-java-spring-boot [![Build Status](https://travis-ci.org/daggerok/pm2-java-spring-boot.svg?branch=master)](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.log

open http://localhost:8000/

# update java and recompile
gradle build
# refresh page and see as process was restarted

# clean
npm run kill
```