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

https://github.com/cyclopsgroup/angular-on-java

A demo application where Angular, Java and Spring work together.
https://github.com/cyclopsgroup/angular-on-java

angular bazel bazel-example java spring spring-mvc tomcat

Last synced: 4 months ago
JSON representation

A demo application where Angular, Java and Spring work together.

Awesome Lists containing this project

README

          

# Angular on Java

The intention of this project is to create a minimal example of an Angular application running on a
Java/Spring serving backend in a Bazel mono-repo.

To run the application

```shell script
bazel run java/org/cyclopsgroup/aoj/server
```

Find out more in blog post [Spring, Angular and other reasons I like and hate Bazel at the same time](https://blog.cyclopsgroup.org/2020/03/spring-angular-and-other-reasons-i-like.html).