I have already specified port 8080 for my jhipster apps during the initialization of the apps at the beginning when creating them with yo jhipster
.
Now, I would like to know how I can change the port 8080 so I can run several apps at the same time.
2 alternatives:
.yo-rc.json
file, change or add serverPort property like "serverPort": "8100",
then re-generate your app with jhipster --with-entities
if you did not make many changes or use jhipster upgrade --force
if you did.application*.yml
files and proxy.conf.json
,and probably also in some docker filesIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With