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

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

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
```