{"id":15065252,"url":"https://github.com/ernestort/trampoline","last_synced_at":"2025-10-06T01:32:11.840Z","repository":{"id":52235782,"uuid":"46171973","full_name":"ErnestOrt/Trampoline","owner":"ErnestOrt","description":"Admin Spring Boot Locally","archived":false,"fork":false,"pushed_at":"2024-04-09T09:21:26.000Z","size":24265,"stargazers_count":355,"open_issues_count":18,"forks_count":80,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-25T20:06:39.984Z","etag":null,"topics":["cloud","deploy-tool","deployment","deployment-manager","gradle","java","localhost","maven","microservice","spring","spring-boot","springboot","trampoline"],"latest_commit_sha":null,"homepage":"http://ernestort.github.io/Trampoline/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErnestOrt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-14T11:25:20.000Z","updated_at":"2025-05-14T12:45:49.000Z","dependencies_parsed_at":"2025-02-03T20:32:00.377Z","dependency_job_id":"95e5edb6-3724-4dd3-922d-3553bfde60f0","html_url":"https://github.com/ErnestOrt/Trampoline","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/ErnestOrt/Trampoline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErnestOrt%2FTrampoline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErnestOrt%2FTrampoline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErnestOrt%2FTrampoline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErnestOrt%2FTrampoline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErnestOrt","download_url":"https://codeload.github.com/ErnestOrt/Trampoline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErnestOrt%2FTrampoline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547774,"owners_count":26004772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","deploy-tool","deployment","deployment-manager","gradle","java","localhost","maven","microservice","spring","spring-boot","springboot","trampoline"],"created_at":"2024-09-25T00:35:50.302Z","updated_at":"2025-10-06T01:32:11.822Z","avatar_url":"https://github.com/ErnestOrt.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trampoline [![Twitter](https://img.shields.io/twitter/follow/espadrine.svg?style=social\u0026logo=twitter\u0026label=Follow)](https://twitter.com/TrampolineSB)\n\n\n[![Build Status](https://travis-ci.org/stunstunstun/awesome-spring-boot.svg?branch=master)](https://travis-ci.org/stunstunstun/awesome-spring-boot) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/Trampoline-springboot/Lobby)\n\n*NOTE: If you want to use examples provided (microservice-example-gradle \u0026 microservice-example-maven), please, clone the repository instead of downloading release zip. They need .git folder due to git related plugins specified on pom.xml and build.gradle*\n\n### Wiki\n[Check Trampoline's wiki: English \u0026 Spanish](https://github.com/ErnestOrt/Trampoline/wiki)\n\nhttps://m.youtube.com/watch?v=rv-TPTU3L_o\u0026t=22s\n\n### Description\n\nWelcome to **Trampoline**!\n\nAre you Admin Spring Boot locally? Are you **tired of that set of scripts**? Relax, Trampoline has come into your life.\n\nThe aim is to **help during the course of developing an application based on the paradigm of microservices with _Spring Boot_**. How? Easy, thanks to a **comfortable interface** you can **declare new microservices**, **start instances**, **restart** and **kill them**.\n\n![Alt text](https://github.com/ErnestOrt/Trampoline/blob/master/TrampolineUI_3_17.png)\n\nAlso you will be able to:\n\n* Admin Spring Boot locally (fully support for v1.x and v2.x)\n* Use configurable Actuator Endpoints and VM arguments\n* Register microservices directly from a GIT URL\n* Monitor memory usage for each instance, capturing their metrics every 30 seconds\n* Monitor instances and trace information at any point in time\n* Interact with Git using HTTPS or SSH\n* See Git branch and last commit on instances\n* Checkout branch, pull code and restart instances with a single mouse click\n* Define microservices groups and launch them all with one click\n* Monitor microservies deployed on other machines\n\n### Requirements\n\n* Unix or Windows OS\n* Java and Apache Maven or Gradle Wrapper\n* Include your Gradle Wrapper next to your build files if your choice is Gradle as a Build Tool\n* Include Spring Boot Actuator in your microservices\n* Set up logging.path and/or logging.file properties in your microservices in order to be able to visualize logs\n* Set up Git Info plugin in your microservices to see Git information on deployed instances (see examples provided)\n\n### How do I make it work?\n\nTo Admin Spring Boot locally:\n\n1. With the Trampoline project checked out go to the `trampoline` sub-folder\n2. Now start `trampoline`, for instance with the well known commands _mvn spring-boot:run_ or _./gradlew (or gradlew.bat) bootRun_\n3. Once started go to [localhost:8080](http://localhost:8080)\n4. If using Apache Maven then be sure to enter the path to your installation here\n5. Go to the _Settings Section_ and add all your microservices\n6. Finally you just have to start your instances in the _Instances Section_\n\n### FAQ\n\n* How microservices groups are launched?\n\nAll microservices are launched secuantially, folowing the order specified, applying defined delay for each instance.\n\n* Which build tools are Trampoline compatible with in my microservices?\n\nYou can use Apache Maven or Gradle Wrapper.\n\n* Can I run it on any OS?\n\nTheoretically yes, but it has only been fully tested on Windows and Mac OS.\n\n* I am working with Spring Boot 1.3 or less and instances do not start\n\nYou should add security starter to your microservices `pom.xml`:\n\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n\t\u003cartifactId\u003espring-boot-starter-security\u003c/artifactId\u003e\n\u003c/dependency\u003e\n\n```\n\n* What are the plugins I should use to retrieve Git information?\n\n```\n\"gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.4.17\"\n```\n\n```\n\u003cplugin\u003e\n\t\u003cgroupId\u003epl.project13.maven\u003c/groupId\u003e\n\t\u003cartifactId\u003egit-commit-id-plugin\u003c/artifactId\u003e\n\t\u003cversion\u003e2.2.3\u003c/version\u003e\n\u003c/plugin\u003e\n```\n\n* TransportException: \u003cmy git repo\u003e.git: Authentication is required but no CredentialsProvider has been registered]\n\nIf you don't have git in your local machine you can easily solve it by adding credentials on `Settings View`\n\n* Will I have to enter data all the time?\n\nNo, information introduced will be stored in a settings file along with scripts to launch each microservice :grin:. These files are stored in a `trampoline` folder inside your `Documents` folder on Mac and Linux or inside the `Temp` folder on Windows.\n\n* External Instances will be stopped?\n\nNo, only instances under `127.0.0.1` will be stopped using `/shutdown` endpoint.\n\n\n### Contributing\nStart Admin Spring Boot locally and then click the star button to make the author and his neighbors happy :blush:. Then fork the repository and submit a pull request for whatever change you want to be added to this project.\n\nIf you have any questions or improvement proposal, just open an issue.\n\n# Enjoy it Folks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernestort%2Ftrampoline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernestort%2Ftrampoline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernestort%2Ftrampoline/lists"}