{"id":25688672,"url":"https://github.com/kh77/sb-testcontainer","last_synced_at":"2026-05-18T15:09:57.653Z","repository":{"id":278647529,"uuid":"936315255","full_name":"kh77/sb-testcontainer","owner":"kh77","description":"Spring boot integration test with test container","archived":false,"fork":false,"pushed_at":"2025-02-20T22:05:21.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T18:47:15.681Z","etag":null,"topics":["java","mysql","spring-boot3","testcontainers"],"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/kh77.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":"2025-02-20T22:03:18.000Z","updated_at":"2025-02-20T22:07:15.000Z","dependencies_parsed_at":"2025-02-20T23:29:46.974Z","dependency_job_id":null,"html_url":"https://github.com/kh77/sb-testcontainer","commit_stats":null,"previous_names":["kh77/sb-testcontainer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kh77/sb-testcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fsb-testcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fsb-testcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fsb-testcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fsb-testcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kh77","download_url":"https://codeload.github.com/kh77/sb-testcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh77%2Fsb-testcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["java","mysql","spring-boot3","testcontainers"],"created_at":"2025-02-24T21:05:15.111Z","updated_at":"2026-05-18T15:09:57.638Z","avatar_url":"https://github.com/kh77.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Controller Test using 3 approach\n \n* Integration Test by h2\n* WebLayer Test by h2\n* Test Container Test by MySQL\n\n# For Postgres Driver and Test container\n\nPostgreSQL Driver:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.postgresql\u003c/groupId\u003e\n        \u003cartifactId\u003epostgresql\u003c/artifactId\u003e\n        \u003cscope\u003eruntime\u003c/scope\u003e\n    \u003c/dependency\u003e\n\n\nSpring Boot Test Dependency:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-starter-test\u003c/artifactId\u003e\n        \u003cscope\u003etest\u003c/scope\u003e\n    \u003c/dependency\u003e\n\n\nTestcontainers for PostgreSQL:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-testcontainers\u003c/artifactId\u003e\n        \u003cscope\u003etest\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.testcontainers\u003c/groupId\u003e\n        \u003cartifactId\u003ejunit-jupiter\u003c/artifactId\u003e\n        \u003cscope\u003etest\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.testcontainers\u003c/groupId\u003e\n        \u003cartifactId\u003epostgresql\u003c/artifactId\u003e\n        \u003cscope\u003etest\u003c/scope\u003e\n    \u003c/dependency\u003e\n\n\nCreating a Docker container with the latest version of PostgreSQL\n\n    @Container\n    @ServiceConnection\n    private static PostgreSQLContainer\u003c?\u003e postgreSQLContainer = new PostgreSQLContainer\u003c\u003e(\"postgres:latest\");\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh77%2Fsb-testcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkh77%2Fsb-testcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh77%2Fsb-testcontainer/lists"}