-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bootiful microservices with Spring Boot #1449
Closed
Closed
Changes from 15 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
75b37c7
Add post about Spring Boot microservices
mraible acc2227
Workaround URL validation
mraible 12496a7
Polishing
mraible 766f3bc
TOC polishing
mraible 56ebd46
Rename for SEO
mraible 3b69236
Update intro
mraible 3413c35
Remove width dimension
mraible 2fb5749
M00r polishing
mraible eb91c62
Enhance Keycloak section
mraible 6fec3f2
Grammarly
mraible 88d873b
Add and optimize images
mraible bc3edd6
Fix refresh token section
mraible a9d3669
Polishing
mraible 9192815
Another rename
mraible 1867e07
Merge branch 'main' into bootiful-microservices
mraible 899ca37
Use var and refine Docker Compose
mraible bb00846
Update architecture diagram to use Auth0 by Okta
mraible a9c145b
Update with better logo
mraible 014f4c6
Upgrade to Spring Boot 3.1.4
mraible 8fb8d8b
Apply suggestions from code review
mraible 808e453
Change from .zip to .tgz and remove OpenFeign + OAuth
mraible 97ccfce
Update closing header and add labs from Developer Center
mraible 2e8534c
New labs!
mraible File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+327 KB
_source/_assets/img/blog/spring-boot-microservices/car-service-with-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+121 KB
...e/_assets/img/blog/spring-boot-microservices/spring-cloud-gateway-with-cars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
732 changes: 732 additions & 0 deletions
732
_source/_posts/2023-09-15-java-spring-boot-microservices.md
Large diffs are not rendered by default.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About step 4, how does the API Gateway know the JWT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's returned from the authorization code flow when you log in to it.