https://github.com/octopusdeploy/thymeleafspringdemo
| Public | Simple Spring ThymeLeaf Demo
https://github.com/octopusdeploy/thymeleafspringdemo
public
Last synced: 9 months ago
JSON representation
| Public | Simple Spring ThymeLeaf Demo
- Host: GitHub
- URL: https://github.com/octopusdeploy/thymeleafspringdemo
- Owner: OctopusDeploy
- Created: 2017-05-15T21:31:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T07:04:11.000Z (about 8 years ago)
- Last Synced: 2025-04-06T12:01:42.668Z (12 months ago)
- Topics: public
- Language: Shell
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building with Octopus
This project has been setup to provide a test application to be deployed by Octopus Deploy. The `application.properties`
file is expected to be used an Octostash template, and the `#{Environment}` marker replaced
with a value supplied by Octopus.
See https://octopus.com/docs/deploying-applications/deploy-java-applications#variable-substitution-in-java-packages
for more details.
# Building
Both Maven and Gradle build scripts have been included with this package.
Compile with Maven:
```
./mvnw clean package
```
Compile with Gradle
```
./gradlew clean build
```