forked from akhikhl/gretty
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
# spring-boot-simple | ||
# gradle-java-toolchain | ||
|
||
Spring-boot webapp with gretty. | ||
Simple gretty servlet application powered by gradle java toolchain. | ||
|
||
## How to run | ||
|
||
```bash | ||
cd examples/spring-boot-simple | ||
cd integrationTests/gradle-java-toolchain | ||
gradle appRun | ||
``` | ||
|
||
|
||
## How to test | ||
|
||
```bash | ||
cd examples/spring-boot-simple | ||
gradle integrationTest | ||
cd integrationTests/gradle-java-toolchain | ||
gradle integrationTest -PgeckoDriverPlatform=linux64 -PtoolchainJavaVersion=21 | ||
``` | ||
or | ||
```bash | ||
./docker_gradlew.sh --java 21 --java 11 --gradle 7 --working-dir integrationTests/gradle-java-toolchain -PtoolchainJavaVersion=21 -Pspock_version=2.3-groovy-3.0 -PgebVersion=5.1 integrationTest | ||
``` | ||
|
||
## How to build a product | ||
|
||
|
||
```bash | ||
cd examples/spring-boot-simple | ||
cd integrationTests/gradle-java-toolchain | ||
gradle buildProduct | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters