{"id":16327269,"url":"https://github.com/bryopsida/spring-boot-starter-tomcat","last_synced_at":"2026-02-14T15:03:00.338Z","repository":{"id":202970050,"uuid":"708514637","full_name":"bryopsida/spring-boot-starter-tomcat","owner":"bryopsida","description":"A spring boot starter template that includes a docker image, generate helm chart using jkube, and GitHub action CI","archived":false,"fork":false,"pushed_at":"2026-02-10T21:42:43.000Z","size":638,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T00:32:35.585Z","etag":null,"topics":["github-actions","gradle","helm","java","jkube","k8s","openapi3","postgresql","postman","spring","spring-boot","spring-jpa","spring-security","starter-template"],"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/bryopsida.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-22T19:25:57.000Z","updated_at":"2026-02-10T21:42:22.000Z","dependencies_parsed_at":"2024-04-26T00:08:54.261Z","dependency_job_id":"37a76cc9-7e40-462b-a3e6-e012b89c3820","html_url":"https://github.com/bryopsida/spring-boot-starter-tomcat","commit_stats":null,"previous_names":["bryopsida/spring-boot-starter-tomcat"],"tags_count":5,"template":true,"template_full_name":"bryopsida/spring-boot-starter-k8s","purl":"pkg:github/bryopsida/spring-boot-starter-tomcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fspring-boot-starter-tomcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fspring-boot-starter-tomcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fspring-boot-starter-tomcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fspring-boot-starter-tomcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryopsida","download_url":"https://codeload.github.com/bryopsida/spring-boot-starter-tomcat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fspring-boot-starter-tomcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29447768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"last_error":"SSL_read: 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":["github-actions","gradle","helm","java","jkube","k8s","openapi3","postgresql","postman","spring","spring-boot","spring-jpa","spring-security","starter-template"],"created_at":"2024-10-10T23:10:54.870Z","updated_at":"2026-02-14T15:03:00.307Z","avatar_url":"https://github.com/bryopsida.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Starter K8S Template\n\n## What is this?\n\nThis is a template repository for kicking off a cloud native spring boot java microservice.\n\n## What makes this cloud native?\n\nIt's solely focused on deployment to kubernetes, the primary build artifacts of the repository are a OCI image and a helm chart. The helm chart is dynamically generated using jkube and it's associated gradle plugin.\n\n## What opinions have been added to this?\n\n- Gradle\n- Spring Boot\n- Spring MVC\n- Spring JPA and JDBC\n- Tomcat\n- JKube (Kubernetes Deployment and Development Tools)\n- Liquibase\n\n## How do I deploy?\n\nUse `make deploy`, if the namespace does not exist already run `make create-namespace`\n\n## How do I run locally?\n\nUse `make run`.\n\n## How do I run locally outside of a container?\n\nIf you wish to run directly in your IDE:\n\n1. Run `docker-compose up -d` to start the postgres database server.\n2. Run `./gradlew update bootRun`, `update` runs the migrations and `bootRun` launches the spring boot application\n\n## Available Make Targets\n\n| Target             | Description                                                  |\n| ------------------ | ------------------------------------------------------------ |\n| jar                | Builds the standalone jar                                    |\n| image              | Builds the OCI image                                         |\n| run                | Runs the OCI image using docker locally                      |\n| create             | Creates the kubernetes namespace a deploy will go to         |\n| build              | Runs the gradle tasks to build the helm chart                |\n| build-dependencies | Runs the helm tasks to pull in sub chart dependencies        |\n| deploy             | Deploys the chart to your current kubernetes context         |\n| template           | Renders the chart templates to standard kubernetes manifests |\n| kics               | Scan the chart resources with KICS                           |\n\n# Post Template Use Checklist\n\n- [ ] Find and replace all references to `io.github.bryopsida` with appropriate values for your project\n- [ ] Find and replace all references to `spring-boot-starter` with appropriate values for your project\n- [ ] Find and replace all references to `spring-boot-starter-tomcat` with appropriate values for your poject\n- [ ] Find and replace all references to `bryopsida` with appropriate values for your project\n- [ ] Adjust renovate.json (or remove) settings to meet your needs\n- [ ] After a successful image build, create your first release to trigger a helm publish, this is needed for the upgrade tests to pass\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fspring-boot-starter-tomcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryopsida%2Fspring-boot-starter-tomcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fspring-boot-starter-tomcat/lists"}