Simple Springboot Angular project to generate JAX-RS REST services.
Run src/main/java/net/firsthour/gen/Application
to start the server.
Browse to http://localhost:8080/
To run the Angular project separately run npm start
.
To build Angular project into src/main/resources/static, run npm run build
.
Todo:
- support more REST methods
- support more REST architectures