Skip to content

Commit 8baf275

Browse files
committed
isolated all modules
1 parent 92c2665 commit 8baf275

36 files changed

Lines changed: 92 additions & 251 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/.idea/
2+
**/*.iml
3+

.idea/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/examples.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/libraries/Gradle__org_springframework_boot_spring_boot_starter_validation_2_1_3_RELEASE.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.idea/modules/spring-boot-testing.iml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,17 @@
55
This repo contains example projects which show how to use different (not only) Java technologies.
66
The examples are usually accompanied by a blog post on [https://reflectoring.io](https://reflectoring.io).
77

8-
See the READMEs in each subdirectory of this repo for more information.
8+
See the READMEs in each subdirectory of this repo for more information on each module.
99

10-
# Java
11-
All modules require **Java 11** to compile and run.
10+
## Java Modules
11+
All Java modules require **Java 11** to compile and run.
1212

13-
# Building with Gradle
13+
### Building with Gradle
1414

15-
Modules should be as independent as possible. There are groups of modules that only work together, but other than that, a module should have its own build.
15+
Each module should be an independent build and can be built by calling `./gradlew clean build` in the module directory.
1616

17-
See [build-all.sh](build-all.sh) for all builds that are run in the CI pipeline.
17+
All modules are listed in [build-all.sh](build-all.sh) to run in the CI pipeline.
1818

19-
## Building all Modules at Once
20-
21-
In the main folder, run
22-
```
23-
./gradlew clean build
24-
```
25-
26-
## Building a Module Separately
27-
28-
In the folder of the module, run
29-
30-
```
31-
./gradlew clean build
32-
```
33-
34-
## Non-Java Modules
19+
### Non-Java Modules
3520

3621
Some folders contain non-Java projects. For those, refer to the README within the module folder.

0 commit comments

Comments
 (0)