{"id":24030605,"url":"https://github.com/ankitrajput0096/actuator_springboot_dockerized","last_synced_at":"2026-05-05T14:31:37.470Z","repository":{"id":127705492,"uuid":"255057674","full_name":"ankitrajput0096/Actuator_SpringBoot_Dockerized","owner":"ankitrajput0096","description":"Dockerized Spring Boot application with Actuator enabled","archived":false,"fork":false,"pushed_at":"2020-08-28T17:35:55.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T03:45:38.642Z","etag":null,"topics":["actuator-spring-boot","command-line-runner","docker","docker-compose","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitrajput0096.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2020-04-12T10:23:23.000Z","updated_at":"2020-08-28T17:35:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bc918bd-4cd1-4de3-a24a-2d4ab1c576be","html_url":"https://github.com/ankitrajput0096/Actuator_SpringBoot_Dockerized","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankitrajput0096/Actuator_SpringBoot_Dockerized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FActuator_SpringBoot_Dockerized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FActuator_SpringBoot_Dockerized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FActuator_SpringBoot_Dockerized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FActuator_SpringBoot_Dockerized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitrajput0096","download_url":"https://codeload.github.com/ankitrajput0096/Actuator_SpringBoot_Dockerized/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FActuator_SpringBoot_Dockerized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actuator-spring-boot","command-line-runner","docker","docker-compose","java","spring-boot"],"created_at":"2025-01-08T17:45:22.898Z","updated_at":"2026-05-05T14:31:37.455Z","avatar_url":"https://github.com/ankitrajput0096.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Actuator Spring boot application \n\nDockerized Spring Boot application with Actuator enabled\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development purposes. See running for notes on how to run the project on a system.\n\n### Prerequisites\n\n1. Clone the project to your local environment:\n    ```\n    git clone https://github.com/ankitrajput0096/Actuator_SpringBoot_Dockerized\n    ```\n\n2. You need maven installed on your environment:\n\n    #### Mac (homebrew):\n    \n    ```\n    brew install maven\n    ```\n    #### Ubuntu:\n    ```\n    sudo apt-get install maven\n    ```\n\n3. You need Docker to be installed:\n\n    #### Windows:\n    https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe\n    \n    #### Mac:\n    https://download.docker.com/mac/stable/Docker.dmg\n    \n    #### Ubuntu:\n    https://docs.docker.com/install/linux/docker-ce/ubuntu/\n\n### Installing\n\nOnce you have maven and docker installed on your environment, install the project dependencies via:\n\n```\nmvn install\n```\n\nBuild docker Image:\n\n```\ndocker-compose build\n```\n\nStart docker:\n\n```\ndocker-compose up\n```\n\n## Running\n\nStart docker:\n```\ndocker-compose up\n```\n\nRun the application from the `Application.java` main method directly,\nor from a command line:\n```\nmvn spring-boot:run\n```\n\nYour main application server should be now running on http://localhost:8080\nYour actuator endpoints will be exposed on http://localhost:8090\n\n## Get an access to all exposed API's with Postman\n\n1. Install Postman (https://www.getpostman.com)\n2. Import Postman collection from the `SpringActuatorServiceEndpoints.postman_collection.json` file\n3. Enjoy !!\n\n## Built With\n\n* [Spring Boot](https://spring.io/projects/spring-boot) - Spring Boot 2\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [Docker](https://www.docker.com/) - For containerization of application\n* [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready) - For enabling actuator in application\n\n## Contributing\n\nIf you have any improvement suggestions please create a pull request and I'll review it.\n\n\n## Authors\n\n* **Ankit Rajput** - *Initial work* - [Github](https://github.com/ankitrajput0096)\n\n## License\n\nThis project is licensed under the MIT License\n\n## Acknowledgments\n\n* Big thanks to Pivotal for Spring Boot framework, love it!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Factuator_springboot_dockerized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitrajput0096%2Factuator_springboot_dockerized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Factuator_springboot_dockerized/lists"}