-
Notifications
You must be signed in to change notification settings - Fork 22
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
application.properties messes up my spring boot application port #117
Comments
That's an oversight, it's not needed in the project. This will be fixed in the next release |
perfect, thanks! |
@mayorJAY Do you know when this fix will be released? it is a significant blocker for those who using spring boot |
@don41382 @RuslanHryn I just tagged a new release. Please check it out and retry. https://github.com/novuhq/novu-java/releases/tag/v1.6.0 Thanks for your patience |
Thanks a lot!
…On Mon, Jun 10, 2024 at 4:36 PM Prosper Otemuyiwa ***@***.***> wrote:
@don41382 <https://github.com/don41382> @RuslanHryn
<https://github.com/RuslanHryn> I just tagged a new release. Please check
it out and retry. https://github.com/novuhq/novu-java/releases/tag/v1.6.0
Thanks for your patience
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6Y4EJFPWOVWW757O3K5U3ZGWTURAVCNFSM6AAAAABI5GWERKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYGQYDCMBQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
is there any special reason to have a
application.properties
inside of the library? It's detected by my spring boot and uses 8081 instead of 8080.Cheers,
Felix
The text was updated successfully, but these errors were encountered: