Skip to content

Commit

Permalink
Edited readme and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Nov 5, 2023
1 parent 1a56546 commit 33dae8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -135,7 +135,7 @@ mvn spring-boot:run
and also access it at localhost:8080 (live reload is enabled - can edit js/css/html/jsp and immediately see the effect
without restarting the app)

This is convenient for development but the problem is that LTW does not properly/fully wok for some reason, -
This is convenient for development but the problem is that LTW does not properly/fully work for some reason, -
the validator will not catch syntax errors or unknown property errors, unlike when it's run via `sh server.sh` or
when docker container (i.e. when the app was run using e.g. `java -javaagent:agent.jar ... -jar app.war` command)

Expand All @@ -155,4 +155,3 @@ Run with docker (can also do with compose or terraform)
```
docker run --name validator -it pathwaycommons/biopax-validator -p 8080:8080
```

Expand Up @@ -7,13 +7,13 @@ server.error.whitelabel.enabled=false
spring.main.banner-mode=off
application.message: Hello BioPAX users!

# * - enables all
#spring web/jmx prod-ready management endpoints (=* enables all)
management.endpoints.enabled-by-default=false
management.endpoint.health.enabled=true
#management.endpoint.shutdown.enabled=true
management.endpoints.web.exposure.include=health
#management.endpoints.web.exposure.exclude=

# to expose shutdown:
# management.endpoint.shutdown.enabled=true

#due to migration from spring-boot 2.0 to 2.1
spring.main.allow-bean-definition-overriding=true

Expand Down

0 comments on commit 33dae8c

Please sign in to comment.