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.
- Host: GitHub
- URL: https://github.com/cyclopsgroup/angular-on-java
- Owner: cyclopsgroup
- Created: 2020-02-16T03:16:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T04:39:43.000Z (5 months ago)
- Last Synced: 2026-01-03T22:32:27.920Z (5 months ago)
- Topics: angular, bazel, bazel-example, java, spring, spring-mvc, tomcat
- Language: Starlark
- Homepage:
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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).