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

some server Refactorings and tests with reactive webclient for learning #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lauksas
Copy link

@lauksas lauksas commented Sep 7, 2023

Hello!

First, thank you very much for that medium article, it really helped me understanding the security and webflux parts.
I figured to do some jUnit tests to both, automate and learn how to use the reactive web client. Thought on sharing this code so people can also refer to the client part of it. I hope you find this contribution useful.


Changes sumary :
pom.xml

  • updated spring version to latest.
  • updated java version to 17
  • added spring dependencies to help with development

ResourceREST.java

  • added a mapping for the entire class

WebSecurityConfig.java

  • refactored in the "reactive form" as warned by IDE using new spring version.

additional-spring-configuration-metadata.json

  • will remove warnings from spring IDE and document the properties.

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

Successfully merging this pull request may close these issues.

None yet

2 participants