-
Notifications
You must be signed in to change notification settings - Fork 78
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
Random Vogon fixes #12
Conversation
"HOST:CONTAINER should always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float" https://docs.docker.com/compose/compose-file/05-services/#ports
"@EnableDiscoveryClient is no longer required. You can put a DiscoveryClient implementation on the classpath to cause the Spring Boot application to register with the service discovery server." https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/common-abstractions.html
Strange thing happens when I run It turns
to
and then
I have to manualy remove this change from changelist. Is it also happening to you? |
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.
Thank you for the PR, I'm glad you like the project.
This PR does a lot of things, some I don't want to merge (right now/as-is) and some I would like to merge in but not all in one PR but separately.
If you don't want to open separate PRs (it's work), please let me know and I will cherry pick your commits and merge those separately.
spring-boot-admin/src/main/java/org/example/teahouse/sba/SbaApplication.java
Show resolved
Hide resolved
Unfortunately it does, I think this is caused by okhttp that uses the Kotlin SDK, it's on my list to fix it, I created an issue to track it: #13 |
I guess we can close this PR now. |
Thank you very much! |
Hi,
firstly, I would like to thank you for this amazing demo.
There are several minor improvements which might make your demo one bit more amazing.
So Long, and Thanks for All the Fish