Trampoline icon indicating copy to clipboard operation
Trampoline copied to clipboard

Admin Spring Boot Locally

Results 18 Trampoline issues
Sort by recently updated
recently updated
newest added

Grat app. However, it would be nice if it could be used as a cloud container. In order to do that, it should implement at least: #71 security #70 monitoring...

underdiscusion

It would be nice if the project did not have to rely on generating scripts to run other instances. The ProcessBuilder API has a way that the launching could be...

refactor

With about 100 microservices you get a tough time to register them all manually ;) Ms uses server port as configured in application.yml.

enhancement

As a user, I would like to access my custom endpoinds registered on actuator For instance, fruits endpoint ``` @Endpoint(id = "fruits") public class FruitsEndpoint { @ReadOperation public Map fruits()...

new feature

Reviewing some of the other issues here I see a few around using yml files for configs etc. which I think would add decent value to the application. There was...

enhancement
milestone

Hi. It would be nice to secure the app with username / password

underdiscusion

Added new Functionality on file system to Jar. Currently the spring boot app can be executed using gradle or POM. I have added one more option to execute spring boot...