osiam / resource-server

[DEPRECATED] OSIAM resource server
MIT License
3 stars 10 forks source link

Run the resource-server as a standalone application #22

Closed dacrome closed 9 years ago

dacrome commented 9 years ago

Like already discussed in the OSIAM umbrella repo, the time is right to support standalone application with Spring Boot fat jars. I already created pre steps in form of issues in this repo, to reach the goal of a standalone application without the currently ugly deployment!

tkrille commented 9 years ago

Are we doing this like we did it with the addon-self-administration, i.e.

  1. Move XML to Java config
  2. Introduce Spring Boot
  3. Switch to Fat-JAR deployment
tkrille commented 9 years ago

I formalized this in #43 and made this issue somewhat obsolete. Sorry 'bout that.