devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

Enhance the devtools live reload HTTP vs HTTPS port change to be configuration driven #36

Closed devondragon closed 1 year ago

devondragon commented 1 year ago

Currently, you have to edit the layout.html file, by commenting and uncommenting lines to get the correct livereload server configured with the right port, for HTTP vs HTTPS. It's not ideal to make people edit application files like that. Instead this should be driven off of a configuration property.

The documentation will also need to be updated.

create-issue-branch[bot] commented 1 year ago

Branch issue-36-Enhance-the-devtools-live-reload-HTTP-vs-HTTPS-port-change-to-be-configuration-driven created!