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

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

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/