-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Then go to http://localhost:8080 to see the plantuml server. | |
## Configuration | ||
The application is configured like any other Spring Boot application, through either environment variables, command line arguments, application.properties of application.yml file. | ||
|
||
An example can be found in the code repository [application.yml](src/main/resources/application.yml) | ||
An example can be found in the code repository [application.yml](plantuml-web/src/main/resources/application.yml) | ||
|
||
## Proxy git ssh | ||
You can proxy git ssh URLs `http://localhost:8080/proxy?src=git+ssh://[email protected]/my-org/my-repo?branch=main#path/to/file` | ||
|