{"id":22322844,"url":"https://github.com/dariocm/bookmarksii","last_synced_at":"2026-04-15T06:33:18.082Z","repository":{"id":258167738,"uuid":"871534445","full_name":"DarioCM/BookMarksII","owner":"DarioCM","description":"bookmarks springboot example","archived":false,"fork":false,"pushed_at":"2024-10-18T07:26:34.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T05:12:12.512Z","etag":null,"topics":["docker-compose","ehcache","flyway","jpa","posrtgres","spring-boot","testcontainers","validation"],"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/DarioCM.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":"2024-10-12T08:22:56.000Z","updated_at":"2025-01-10T11:54:33.000Z","dependencies_parsed_at":"2024-10-19T08:38:08.451Z","dependency_job_id":null,"html_url":"https://github.com/DarioCM/BookMarksII","commit_stats":null,"previous_names":["dariocm/bookmarksii"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DarioCM/BookMarksII","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioCM%2FBookMarksII","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioCM%2FBookMarksII/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioCM%2FBookMarksII/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioCM%2FBookMarksII/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DarioCM","download_url":"https://codeload.github.com/DarioCM/BookMarksII/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarioCM%2FBookMarksII/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31830022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-compose","ehcache","flyway","jpa","posrtgres","spring-boot","testcontainers","validation"],"created_at":"2024-12-04T01:08:39.682Z","updated_at":"2026-04-15T06:33:18.062Z","avatar_url":"https://github.com/DarioCM.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\n### Reference Documentation\n\nFor further reference, please consider the following sections:\n\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3.4/maven-plugin)\n* [Create an OCI image](https://docs.spring.io/spring-boot/3.3.4/maven-plugin/build-image.html)\n* [Spring Boot Testcontainers support](https://docs.spring.io/spring-boot/3.3.4/reference/testing/testcontainers.html#testing.testcontainers)\n* [Testcontainers Postgres Module Reference Guide](https://java.testcontainers.org/modules/databases/postgres/)\n* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.3.4/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data)\n* [Docker Compose Support](https://docs.spring.io/spring-boot/docs/3.3.4/reference/htmlsingle/index.html#features.docker-compose)\n* [Flyway Migration](https://docs.spring.io/spring-boot/docs/3.3.4/reference/htmlsingle/index.html#howto.data-initialization.migration-tool.flyway)\n* [Testcontainers](https://java.testcontainers.org/)\n* [Validation](https://docs.spring.io/spring-boot/docs/3.3.4/reference/htmlsingle/index.html#io.validation)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/3.3.4/reference/htmlsingle/index.html#web)\n\n### Guides\n\nThe following guides illustrate how to use some features concretely:\n\n* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)\n* [Validation](https://spring.io/guides/gs/validating-form-input/)\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)\n\n### Docker Compose support\n\nThis project contains a Docker Compose file named `compose.yaml`.\nIn this file, the following services have been defined:\n\n* postgres: [`postgres:latest`](https://hub.docker.com/_/postgres)\n\nPlease review the tags of the used images and set them to the same as you're running in production.\n\n### Testcontainers support\n\nThis project\nuses [Testcontainers at development time](https://docs.spring.io/spring-boot/3.3.4/reference/features/dev-services.html#features.dev-services.testcontainers).\n\nTestcontainers has been configured to use the following Docker images:\n\n* [`postgres:latest`](https://hub.docker.com/_/postgres)\n\nPlease review the tags of the used images and set them to the same as you're running in production.\n\n### Maven Parent overrides\n\nDue to Maven's design, elements are inherited from the parent POM to the project POM.\nWhile most of the inheritance is fine, it also inherits unwanted elements like `\u003clicense\u003e` and `\u003cdevelopers\u003e` from the\nparent.\nTo prevent this, the project POM contains empty overrides for these elements.\nIf you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.\n\n### Resources\nhttps://www.youtube.com/live/VvWtoaeHQUQ\n\n### Add Caching \nhttps://medium.com/@vino7tech/mastering-caching-in-spring-boot-techniques-and-best-practices-f82316196c12\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariocm%2Fbookmarksii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdariocm%2Fbookmarksii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariocm%2Fbookmarksii/lists"}