Skip to content

Commit

Permalink
OP-1369 experimental release with tomcat (#515)
Browse files Browse the repository at this point in the history
* Expose root endpoint "/"

* Add default root "/" response

* Add healthcheck endpoint

* Update license header

* Update openapi spec

* Add RootControllerTest

* Update license headers

* Add version centralization

* Fix tests

* Fix README
  • Loading branch information
mwithi authored Jan 13, 2025
1 parent 4377475 commit 243f8f1
Show file tree
Hide file tree
Showing 6 changed files with 2,424 additions and 2,198 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ You can see Swagger API Documentation at: http://localhost:8080/swagger-ui/index
### Note:
### server.address, server.port, server.servlet.context-path and server.tomcat.accesslog.* will be ignored
### jwt.token.secret <- set a SHA-256 jwt token
### api.host <- set to openhospital-api-0.1.0 (<artifactId>-<version>) or any <appname> that will match <appname>.war
### api.host <- set and add /openhospital-api-0.1.0 (<artifactId>-<version>) or any /<appname> that will match <appname>.war
rsc/application.properties
### note: if the DB is on the host, use 'host.docker.internal' as hostname
Expand Down
Loading

0 comments on commit 243f8f1

Please sign in to comment.