You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll try to get that documented in the README next week.
If you need to get started sooner, here's the short version. It assumes that all commands are path are run in the root of the repo.
Get a Mongo instance and a Postgres instance up and running.
Source the two SQL scripts in resources/rdbms/postgresql in Postgres.
Source the SQL script resources/rdbms/common/oauth2-sample-data.sql in Postgres to create an OAuth 2.0 test client.
Update the spring.data.mongodb and spring.datasource properties in authorization-server/src/main/resources/application.yml and ./resource-server/src/main/resources/application.yml to match the settings of your Mongo and Postgres instances.
In one terminal, run ./gradlew authorization-server:bootRun to start the authorization server.
In another terminal, run ./gradlew resource-server:bootRun to start the resource server.
To stop the servers, press Ctrl-C in the terminals.
It works running natively and i tested some requests with Postman, but i got one question..
It is possible to check when one data point is introduced if it was conforming with Json Schema definition?
Could you provide a set of instructions on installing this locally on a development machine without docker?
The text was updated successfully, but these errors were encountered: