{"id":17888167,"url":"https://github.com/kilmajster/heroku-spring-boot-starter","last_synced_at":"2026-01-11T18:03:57.664Z","repository":{"id":54981994,"uuid":"119950095","full_name":"kilmajster/heroku-spring-boot-starter","owner":"kilmajster","description":"Collection of cool features which might be especially useful while developing spring boot application on heroku ☁️","archived":false,"fork":false,"pushed_at":"2021-01-18T04:34:00.000Z","size":178,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-23T01:25:11.588Z","etag":null,"topics":["gradle","heroku","https","java","kotlin","mustache","open-source","spring","spring-boot","ssl","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kilmajster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-02T07:48:20.000Z","updated_at":"2020-09-19T13:38:34.000Z","dependencies_parsed_at":"2022-08-14T08:10:10.702Z","dependency_job_id":null,"html_url":"https://github.com/kilmajster/heroku-spring-boot-starter","commit_stats":null,"previous_names":["createam-labs/spring-boot-starter-heroku"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kilmajster/heroku-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilmajster%2Fheroku-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilmajster%2Fheroku-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilmajster%2Fheroku-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilmajster%2Fheroku-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilmajster","download_url":"https://codeload.github.com/kilmajster/heroku-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilmajster%2Fheroku-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":["gradle","heroku","https","java","kotlin","mustache","open-source","spring","spring-boot","ssl","thymeleaf"],"created_at":"2024-10-28T13:36:41.865Z","updated_at":"2026-01-11T18:03:57.633Z","avatar_url":"https://github.com/kilmajster.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroku spring boot starter \nThis starter is built to simplify https enforcing in projects hosted on [heroku](https://www.heroku.com/) cloud platform ☁️\n\n[![Build status](https://ci.appveyor.com/api/projects/status/lr49dwaq8gou8hr8?svg=true)](https://ci.appveyor.com/project/createam-labs/spring-boot-starter-heroku)\n[![Coverage Status](https://coveralls.io/repos/github/createam-labs/spring-boot-starter-heroku/badge.svg?branch=master)](https://coveralls.io/github/createam-labs/spring-boot-starter-heroku?branch=master)\n![GitHub last commit](https://img.shields.io/github/last-commit/createam-labs/spring-boot-starter-heroku.svg)\n![Maven Central](https://img.shields.io/maven-central/v/io.github.createam-labs/spring-boot-starter-heroku/1.1)\n[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/createam-labs/spring-boot-starter-heroku)\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/createam-labs/spring-boot-starter-heroku/blob/master/LICENSE)\n\n## 🛠 Configuration\nAll you have to do is to add dependency to your project and enable features in `application.properties` file 😎\n#### maven\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.github.createam-labs\u003c/groupId\u003e\n  \u003cartifactId\u003espring-boot-starter-heroku\u003c/artifactId\u003e\n  \u003cversion\u003e1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n#### gradle\n```groovy\ncompile('io.github.createam-labs:spring-boot-starter-heroku:1.1')\n````\n##  Https enforcing\nIn `application.properties` add following:\n```properties\nheroku.enforceHttps=true\n```\n\n## Examples\nApplication which works with this starter can be found [here](http://createam-labs.herokuapp.com/)  \nSource code of example app can be found [here](https://github.com/createam-labs/createam-labs-test-services)\n\n## Release notes\n\n#### v1.1\n- fixed broken release 🤦‍♂️\n\n#### v1.0\n- added support for mustache templates\n- added tests\n\n#### v0.1.2\n- fixed redirection address after https enforcing\n  \n#### v0.1.1\n- initial release\n\n\nLicense\n----\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilmajster%2Fheroku-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilmajster%2Fheroku-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilmajster%2Fheroku-spring-boot-starter/lists"}