{"id":24655152,"url":"https://github.com/xtenzq/spring-boot-vue-solr","last_synced_at":"2026-04-13T06:02:40.401Z","repository":{"id":174686417,"uuid":"652650470","full_name":"xtenzQ/spring-boot-vue-solr","owner":"xtenzQ","description":"Example search web application based on Solr, Spring Boot, Vue and Tailwind","archived":false,"fork":false,"pushed_at":"2023-06-13T16:01:58.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T13:39:54.027Z","etag":null,"topics":["apache-solr","example-app","example-application","example-project","fullstack-application","java","pet-project","search-app","search-application","solr","solr-configuration","spring-boot","template-project","vue"],"latest_commit_sha":null,"homepage":"","language":"Java","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/xtenzQ.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":"2023-06-12T14:07:26.000Z","updated_at":"2025-01-14T22:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"dabac832-beee-4777-a00b-398ac1f9a548","html_url":"https://github.com/xtenzQ/spring-boot-vue-solr","commit_stats":null,"previous_names":["xtenzq/spring-boot-vue-solr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtenzQ/spring-boot-vue-solr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2Fspring-boot-vue-solr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2Fspring-boot-vue-solr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2Fspring-boot-vue-solr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2Fspring-boot-vue-solr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtenzQ","download_url":"https://codeload.github.com/xtenzQ/spring-boot-vue-solr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2Fspring-boot-vue-solr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002970,"owners_count":26083489,"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-10-10T02:00:06.843Z","response_time":62,"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":["apache-solr","example-app","example-application","example-project","fullstack-application","java","pet-project","search-app","search-application","solr","solr-configuration","spring-boot","template-project","vue"],"created_at":"2025-01-25T22:36:17.057Z","updated_at":"2025-10-10T06:37:44.773Z","avatar_url":"https://github.com/xtenzQ.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔎 Spring Boot Vue 3 Solr Web Application Example\n[![versionjava](https://img.shields.io/badge/JDK-8,_11,_17-brightgreen.svg?logo=java)](https://github.com/spring-projects/spring-boot)\n![stability-WIP](https://img.shields.io/badge/Stability-WIP-lightgrey.svg)\n\n\u003e **🚧 Work in Progress 🚧**\u003cbr/\u003e\u003cbr/\u003e\n\u003e This repository is currently under development and is not ready for production use. 🛠️ It's a work in progress, and I'm actively working on enhancing its functionality and features.\n\nThis application was created as a pet project to improve Java, Spring, and Apache Solr development skills, as well as to\nlearn Vue. It showcases the functionality of a search system based on Apache Solr, with the backend implemented in Java\nand Spring Boot, and the frontend using Vue.\n\nBased on [**@jonashackt/spring-boot-vuejs**](https://github.com/jonashackt/spring-boot-vuejs). Go give him a star ⭐\n\n## 🚀 Running\n\n### Manual way\n1. Initialize database with a [**script**](backend/src/main/resources/init-script.sql);\n2. Create a new user in your database for the newly created schema;\n3. Set up a connection in [`application.properties`](backend/src/main/resources/init-script.sql):\n```properties\nspring.datasource.url=jdbc:mysql://localhost:3306/search_app_example?useSSL=false\nspring.datasource.username=searchapp\nspring.datasource.password=searchapp\nspring.datasource.driver-class-name=com.mysql.jdbc.Driver\n```\n4. Install artifacts\n```bash\nmvn run clean\n```\n5. Run Solr server:\n```bash\nsolr start -p 8983\n```\n6. Run application\n```bash\nmvn --projects backend spring-boot:run\n```\n\n## 🤝 Contribution\nI'd love to accept your contributions to this project. I use GitHub pull requests for this purpose. Consult [GitHub Help](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) for more information on using pull requests.\n\n## 🧡 Find this repository useful?\nLike the website or got inspired by it? Please support it by joining __[stargazers](https://github.com/xtenzQ/xtenzQ.github.io/stargazers)__ for this repository. :star:\n\n## License\n```\nMIT License\n\nCopyright (c) 2023 Nikita Rusetskii\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Fspring-boot-vue-solr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtenzq%2Fspring-boot-vue-solr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Fspring-boot-vue-solr/lists"}