https://github.com/josdem/spring-boot-modules
This project shows how to create a multi module project in Spring Boot
https://github.com/josdem/spring-boot-modules
gradle maven multi-module-project spring-boot-2 webflux
Last synced: about 1 month ago
JSON representation
This project shows how to create a multi module project in Spring Boot
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-modules
- Owner: josdem
- Created: 2018-12-14T20:49:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T00:55:03.000Z (over 4 years ago)
- Last Synced: 2025-01-17T15:52:28.842Z (over 1 year ago)
- Topics: gradle, maven, multi-module-project, spring-boot-2, webflux
- Language: Java
- Size: 15.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Modules
----------------------------------------------
This project shows how to create a multi module project in Spring Boot
#### To run the project with Gradle
```bash
gradle build :application:bootRun
```
#### To run the project with Maven
```bash
mvn install spring-boot:run -pl application
```
#### Read this as reference
https://josdem.io/techtalk/spring/spring_webflux_modules/