{"id":17932899,"url":"https://github.com/marcellharmaci/plantfriend-spring","last_synced_at":"2026-02-09T04:01:59.509Z","repository":{"id":259934828,"uuid":"861322407","full_name":"MarcellHarmaci/plantfriend-spring","owner":"MarcellHarmaci","description":"🌱 The Plant Friend project's backend 🌱 implemented in Spring Boot using Java and Maven","archived":false,"fork":false,"pushed_at":"2025-05-11T13:17:36.000Z","size":125,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T14:25:46.208Z","etag":null,"topics":["java","maven","openapi","spring-boot"],"latest_commit_sha":null,"homepage":"https://marcellharmaci.github.io/plantfriend-swagger-ui/","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/MarcellHarmaci.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}},"created_at":"2024-09-22T15:37:15.000Z","updated_at":"2025-05-11T13:17:39.000Z","dependencies_parsed_at":"2024-10-28T18:47:12.828Z","dependency_job_id":"d6ecf17f-f63a-43c5-8eb8-9b72eed7fc8a","html_url":"https://github.com/MarcellHarmaci/plantfriend-spring","commit_stats":null,"previous_names":["marcellharmaci/plantfriend-spring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarcellHarmaci/plantfriend-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcellHarmaci%2Fplantfriend-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcellHarmaci%2Fplantfriend-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcellHarmaci%2Fplantfriend-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcellHarmaci%2Fplantfriend-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcellHarmaci","download_url":"https://codeload.github.com/MarcellHarmaci/plantfriend-spring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcellHarmaci%2Fplantfriend-spring/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267475855,"owners_count":24093367,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["java","maven","openapi","spring-boot"],"created_at":"2024-10-28T21:34:09.453Z","updated_at":"2026-02-09T04:01:54.473Z","avatar_url":"https://github.com/MarcellHarmaci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plant Friend Spring Boot :seedling:\nA Spring Boot backend implemented in Java, connected to a PostgreSQL database.\n\n## Configuration\nTo connect the application to a postgresql DB some values need to be set in `application.properties`\n- `spring.datasource.url`: The postgresql database url\n- `spring.datasource.username`: DB user\n- `spring.datasource.password`: DB password (encrypted)\n- `jasypt.encryptor.password`: Encryption password referring to the `JASYPT_ENCRYPTOR_PASSWORD` env var.\n\nThe DB password is in the following format `ENC(*************)`, because it is encrypted for security \nusing the [jasypt-maven-plugin](https://github.com/ulisesbocchio/jasypt-spring-boot)\nand decrypted on application startup using the `jasypt-spring-boot-starter` dependency. \n\nTo encrypt the DB password use the `jasypt-maven-plugin` like so:\n```\nmvn jasypt:encrypt-value -Djasypt.encryptor.password=\"theEncryptionPassword\" -Djasypt.plugin.value=\"theValueYouWantToEncrypt\"\n```\n\nTo run the application, the encryption password should be provided in the `JASYPT_ENCRYPTOR_PASSWORD` env var. \nIn [JetBrains IntelliJ IDEA](https://www.jetbrains.com/idea/) this can be done on the Run/Debug configuration window:\n\n![Run Configuration - env vars](/assets/run_configuration.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcellharmaci%2Fplantfriend-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcellharmaci%2Fplantfriend-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcellharmaci%2Fplantfriend-spring/lists"}