https://github.com/emrd/monolithic-architecture-with-java-spring
https://github.com/emrd/monolithic-architecture-with-java-spring
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/monolithic-architecture-with-java-spring
- Owner: EmrD
- Created: 2024-12-07T11:14:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:16:24.000Z (over 1 year ago)
- Last Synced: 2025-07-11T19:42:32.582Z (11 months ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monolithic Architecture With Example HTML And Java Spring
This is an example project to show how to use monolithic architecture with Java Spring and HTML. You can test on your local environment. But monolithic architecture is not recomended type to bind your backend and frontend. Do not forget that this repository is an example.
## Installation
- To run, run:
```sh
mvn spring-boot:run
```
- Go to ``/`` path.
- Make example request to backend.
- You will get this message below: ``request received by backend`` with an alert.