{"id":21674506,"url":"https://github.com/tiscs/spring-boot-practices","last_synced_at":"2025-04-12T04:22:19.768Z","repository":{"id":47117754,"uuid":"131112310","full_name":"Tiscs/spring-boot-practices","owner":"Tiscs","description":"Practices of spring boot.","archived":false,"fork":false,"pushed_at":"2025-04-03T08:16:49.000Z","size":730,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T09:25:50.953Z","etag":null,"topics":["exposed","kotlin","mqtt","oauth2","spring","spring-boot"],"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/Tiscs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-26T06:49:00.000Z","updated_at":"2025-04-03T08:15:59.000Z","dependencies_parsed_at":"2023-09-24T09:40:06.111Z","dependency_job_id":"dfc0f835-778b-45e0-9c44-f7e49a43df08","html_url":"https://github.com/Tiscs/spring-boot-practices","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiscs%2Fspring-boot-practices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiscs%2Fspring-boot-practices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiscs%2Fspring-boot-practices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiscs%2Fspring-boot-practices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tiscs","download_url":"https://codeload.github.com/Tiscs/spring-boot-practices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514533,"owners_count":21116978,"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","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":["exposed","kotlin","mqtt","oauth2","spring","spring-boot"],"created_at":"2024-11-25T13:47:59.794Z","updated_at":"2025-04-12T04:22:19.759Z","avatar_url":"https://github.com/Tiscs.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Practices\n\n## Modules\n\n- **sbp-build**:\n  Gradle plugins\n- **sbp-config**:\n  Config files\n- **sbp-users**:\n  Users service\n- **sbp-mqtt**:\n  MQTT server\n\n## Docker Images\n\n``` sh\n$ docker build --build-arg SBP_MODULE=sbp-{module} .\n```\n\n## Development\n\n``` yaml\n# sbp-{module}/src/main/resources/application-local.yml\nspring:\n  datasource:\n    url: jdbc:postgresql://localhost:5432/${spring.application.name}?currentSchema=public\n    username:\n    password:\n  data:\n    redis:\n      host: localhost\n  config:\n    import:\n      - file:../sbp-config/\n```\n\n``` sh\n# https://docs.spring.io/spring-boot/3.4.3/gradle-plugin/running.html\n$ ./gradlew :sbp-{module}:bootRun --args=\"--spring.profiles.active=dev,local --server.port=8080\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiscs%2Fspring-boot-practices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiscs%2Fspring-boot-practices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiscs%2Fspring-boot-practices/lists"}