Uweheuerbackend: Difference between revisions
(→Run) |
|||
| Line 12: | Line 12: | ||
===Local from Eclipse=== | ===Local from Eclipse=== | ||
* create Eclipse Run Configuration [[File:SpringBootRunConfiguration1.png|400px]] [[File:SpringBootRunConfiguration2.png|400px]] | |||
Revision as of 14:46, 14 November 2022
Build
- build by Maven
- setup on computer see here
- steering of target environments by profiles in
pom.xml:- local_dev (default)
- heroku
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.parole=mHalloo0@1m --uweheuer.bookmarks.import.dbuser=root"