https://github.com/joinfaces/joinfaces-gradle-war-example
JoinFaces Gradle War Example
https://github.com/joinfaces/joinfaces-gradle-war-example
gradle joinfaces spring-boot war
Last synced: about 1 year ago
JSON representation
JoinFaces Gradle War Example
- Host: GitHub
- URL: https://github.com/joinfaces/joinfaces-gradle-war-example
- Owner: joinfaces
- Created: 2017-09-17T00:10:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T21:41:38.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:11:24.852Z (over 1 year ago)
- Topics: gradle, joinfaces, spring-boot, war
- Language: Java
- Size: 657 KB
- Stars: 4
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JoinFaces Gradle War Example

Usages:
- Can be deployed to an existing Tomcat (see GitHub Actions workflow)
- Can be started via its `main`-method using an embedded Tomcat
- Using `java -jar`
- Using `./gradlew bootRun`
- Using your IDE
- Can be tested using `@SpringBootTest(webEnvironment = RANDOM_PORT)`
- Using `./gradlew test`
- Using your IDE
When using an embedded Tomcat, the application should be available at http://localhost:8080/index.xhtml