{"id":15476874,"url":"https://github.com/shiotomo/mses","last_synced_at":"2026-01-28T18:32:22.797Z","repository":{"id":125865090,"uuid":"234625102","full_name":"shiotomo/mses","owner":"shiotomo","description":"Minecraft Server Extension System","archived":false,"fork":false,"pushed_at":"2021-05-13T16:25:44.000Z","size":256,"stargazers_count":0,"open_issues_count":10,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T03:01:33.349Z","etag":null,"topics":["docker","docker-compose","gradle","java","mybatis","mysql","springboot"],"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/shiotomo.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-01-17T19:51:15.000Z","updated_at":"2022-01-22T13:30:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4120e23-4f61-43f0-837a-3d0f3778bf40","html_url":"https://github.com/shiotomo/mses","commit_stats":{"total_commits":53,"total_committers":1,"mean_commits":53.0,"dds":0.0,"last_synced_commit":"3dc2fe546e2ff53760cbb9255a79ea39d43d8531"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiotomo%2Fmses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiotomo%2Fmses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiotomo%2Fmses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiotomo%2Fmses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiotomo","download_url":"https://codeload.github.com/shiotomo/mses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246042012,"owners_count":20714147,"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":["docker","docker-compose","gradle","java","mybatis","mysql","springboot"],"created_at":"2024-10-02T03:41:29.475Z","updated_at":"2026-01-28T18:32:22.790Z","avatar_url":"https://github.com/shiotomo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mses\n\n## リポジトリについて\n\n[msns](https://github.com/shiotomo/msns)の拡張システムです。\nWeb上で複数のmsnsを管理することができます。\n\n## 使用技術\n\n- Java 11\n- Spring Boot 2.2.3\n- Gradle 6.1.1\n- MySQL 8.0\n- MyBatis\n- Flyway\n- Thymeleaf\n\n## 環境構築\n\n**application-dev.yml**\n\n`src/main/resources`配下に`application-dev.yml`を以下の内容で設置してください。\n{}内は適宜設定してください。\n\n```\nspring:\n  datasource:\n    url: jdbc:mysql://{host}:3306/mses_develop\n    username: {username}\n    password: {password}\n    driverClassName: com.mysql.cj.jdbc.Driver\n```\n\n\n**Database**\n\n```\ncreate database mses_develop\n```\n\n**実行時引数**\n\n```\n-Djava.security.egd=file:/dev/./urandom\n-Dspring.profiles.active=dev\n```\n\n## 本番環境\n\n**application-production.yml**\n\n`src/main/resources`配下に`application-production.yml`を以下の内容で設置してください。\n{}内は適宜設定してください。\n\n```\nspring:\n  datasource:\n    url: jdbc:mysql://{host}:33062/mses_develop\n    username: {username}\n    password: {password}\n    driverClassName: com.mysql.cj.jdbc.Driver\n```\n\n\n**Database**\n\n```\ncreate database mses_production\n```\n\n**Docker**\n\nbuild\n\n```\ndocker-compose build\n```\n\nup\n\n```\ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiotomo%2Fmses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiotomo%2Fmses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiotomo%2Fmses/lists"}