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

Evaluate Refactoring This Project Into a Library #100

Closed devondragon closed 3 weeks ago

devondragon commented 4 months ago

Which could be included via Maven or Gradle. Move all front end stuff, which is meant to be an example only anyhow, and extract all configs into an install step in the docs. Evaluate this option.

devondragon commented 3 weeks ago

I've tested creating SpringBoot services as Maven Libraries and have that figured out. I will be going forwards with this change. Will create a new ticket for that.