Uweheuerbackend: Difference between revisions
(→Build) |
|||
| Line 5: | Line 5: | ||
** local_dev (default) | ** local_dev (default) | ||
** heroku | ** heroku | ||
==APIs== | |||
* http://localhost:8080/menus/ | |||
* http://localhost:8080/actuator/health | |||
* http://localhost:8080/actuator/env | |||
* http://localhost:8080/actuator/info | |||
* http://localhost:8080/admin/import | |||
==Run== | ==Run== | ||
Revision as of 09:44, 13 December 2022
Build
- build by Maven
- setup on computer see here
- steering of target environments by profiles in
pom.xml:- local_dev (default)
- heroku
APIs
- http://localhost:8080/menus/
- http://localhost:8080/actuator/health
- http://localhost:8080/actuator/env
- http://localhost:8080/actuator/info
- http://localhost:8080/admin/import
Run
Local from Command Line
C:\Uwes\SoftwareProjects\eclipse-workspace\uweheuer-backend>mvn spring-boot:run -Dspring-boot.run.arguments="--spring.datasource.password=mHalloo0@1m --spring.datasource.username=root --uweheuer.bookmarks.import.dbuser=root --uweheuer.bookmarks.import.dbpwd=mHalloo0@1m --uweheuer.bookmarks.parole=jakobthimo123456"