You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a minor issue, which i noticed with 0.7.0.2 version. The banner.txt file inside src/main/resources is not getting picked when the service is started, with enableAutoConfig in GuiceBundle.
I had to comment the line of enableAutoConfig and go back to registering jersey and health check inside the run method of Application, to get the banner text.
The text was updated successfully, but these errors were encountered:
Just a minor issue, which i noticed with 0.7.0.2 version. The banner.txt file inside src/main/resources is not getting picked when the service is started, with enableAutoConfig in GuiceBundle.
I had to comment the line of enableAutoConfig and go back to registering jersey and health check inside the run method of Application, to get the banner text.
The text was updated successfully, but these errors were encountered: