Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto configuration through Spring Environment: #19

Open
rwinch opened this issue Jan 11, 2024 · 0 comments
Open

Auto configuration through Spring Environment: #19

rwinch opened this issue Jan 11, 2024 · 0 comments

Comments

@rwinch
Copy link
Collaborator

rwinch commented Jan 11, 2024

It might be interesting to be able to create test jars through Spring Properties. Something like the following could leverage gh-10 to create an Authorization Server:

spring:
  testjars:
    authorization-server:
      resources: maven:org.springframework.boot:spring-boot-authorization-server

Using gh-13 we could then configure a password using something like to set any custom properties for that authorization server:

src/test/resources/testjars/application-authorization-server.properties

spring.security.user.password=password 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant