Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
language: java
before_install: echo "MAVEN_OPTS=-e" > ~/.mavenrc
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,11 @@ description about how to apply this feature can be found
Stacktraces can be logged within one log message. Further details can be found
[here](https://github.com/SAP/cf-java-logging-support/wiki/Logging-Stack-Traces).

## Sample Application
## Sample Applications

In order to illustrate how the different features are used, this repository includes a simple application in the [./sample folder](./sample).
In order to illustrate how the different features are used, this repository includes
* a simple java application in the [./sample](./sample) folder.
* a simple Spring boot application in the [./sample-spring-boot](./sample-spring-boot) folder.

## Documentation

Expand Down
3 changes: 2 additions & 1 deletion sample-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ See section [Features](#features) for details.
## Getting Started

This sample application is contained in the Maven module sample-spring-boot.
It can be built with a simple `mvn install`.
A minimal CF application manifest is provided in [manifest.yml.](manifest.yml)
To avoid naming conflicts, the name of the app should be changed in the manifest before building it.
The app can be built with a simple `mvn install` (requires Apache Maven 3.6.3).
This allows to deploy the newly built app with `cf push`, provided a login to a CF instance.

### Changing the Credentials
Expand Down