{"id":19872280,"url":"https://github.com/rafaelrok/shopbeer-v","last_synced_at":"2026-04-13T14:32:15.985Z","repository":{"id":216543728,"uuid":"741456375","full_name":"rafaelrok/shopbeer-v","owner":"rafaelrok","description":"Projeto desenvolvido para uma distribuidora de cerveja, onde o foco de seu produto é a cerveja, desenvolvido em Java 17 e spring 3.2.0, tem característica um sistema monólito, com estrutura MVC sustentando um front-end com o vaadin 24.","archived":false,"fork":false,"pushed_at":"2024-02-01T11:59:03.000Z","size":9448,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T06:42:47.091Z","etag":null,"topics":["aws","ci-cd","docker","ehcache","flyway","github-actions","java","mysql","rabbitmq","s3","spring","spring-data-jpa","spring-mvc","spring-security","springframework","vaadin"],"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/rafaelrok.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":"2024-01-10T12:40:41.000Z","updated_at":"2024-01-11T01:30:19.000Z","dependencies_parsed_at":"2025-01-11T16:33:23.645Z","dependency_job_id":"6a8bb340-aefa-42d6-819c-6b6e71c1251c","html_url":"https://github.com/rafaelrok/shopbeer-v","commit_stats":null,"previous_names":["rafaelrok/shopbeer-v"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelrok/shopbeer-v","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrok%2Fshopbeer-v","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrok%2Fshopbeer-v/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrok%2Fshopbeer-v/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrok%2Fshopbeer-v/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelrok","download_url":"https://codeload.github.com/rafaelrok/shopbeer-v/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrok%2Fshopbeer-v/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["aws","ci-cd","docker","ehcache","flyway","github-actions","java","mysql","rabbitmq","s3","spring","spring-data-jpa","spring-mvc","spring-security","springframework","vaadin"],"created_at":"2024-11-12T16:15:01.453Z","updated_at":"2026-04-13T14:32:15.967Z","avatar_url":"https://github.com/rafaelrok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shopbeer\n\nThis project can be used as a starting point to create your own Vaadin application with Spring Boot.\nIt contains all the necessary configuration and some placeholder files to get you started.\n\n## Running the application\n\nThe project is a standard Maven project. To run it from the command line,\ntype `mvnw` (Windows), or `./mvnw` (Mac \u0026 Linux), then open\nhttp://localhost:8080 in your browser.\n\nYou can also import the project to your IDE of choice as you would with any\nMaven project. Read more on [how to import Vaadin projects to different IDEs](https://vaadin.com/docs/latest/guide/step-by-step/importing) (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).\n\n## Deploying to Production\n\nTo create a production build, call `mvnw clean package -Pproduction` (Windows),\nor `./mvnw clean package -Pproduction` (Mac \u0026 Linux).\nThis will build a JAR file with all the dependencies and front-end resources,\nready to be deployed. The file can be found in the `target` folder after the build completes.\n\nOnce the JAR file is built, you can run it using\n`java -jar target/shopbeer-v-1.0-SNAPSHOT.jar`\n\n## Project structure\n\n- `MainLayout.java` in `src/main/java` contains the navigation setup (i.e., the\n  side/top bar and the main menu). This setup uses\n  [App Layout](https://vaadin.com/docs/components/app-layout).\n- `views` package in `src/main/java` contains the server-side Java views of your application.\n- `views` folder in `frontend/` contains the client-side JavaScript views of your application.\n- `themes` folder in `frontend/` contains the custom CSS styles.\n\n## Useful links\n\n- Read the documentation at [vaadin.com/docs](https://vaadin.com/docs).\n- Follow the tutorial at [vaadin.com/docs/latest/tutorial/overview](https://vaadin.com/docs/latest/tutorial/overview).\n- Create new projects at [start.vaadin.com](https://start.vaadin.com/).\n- Search UI components and their usage examples at [vaadin.com/docs/latest/components](https://vaadin.com/docs/latest/components).\n- View use case applications that demonstrate Vaadin capabilities at [vaadin.com/examples-and-demos](https://vaadin.com/examples-and-demos).\n- Build any UI without custom CSS by discovering Vaadin's set of [CSS utility classes](https://vaadin.com/docs/styling/lumo/utility-classes). \n- Find a collection of solutions to common use cases at [cookbook.vaadin.com](https://cookbook.vaadin.com/).\n- Find add-ons at [vaadin.com/directory](https://vaadin.com/directory).\n- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/vaadin) or join our [Discord channel](https://discord.gg/MYFq5RTbBn).\n- Report issues, create pull requests in [GitHub](https://github.com/vaadin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrok%2Fshopbeer-v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelrok%2Fshopbeer-v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrok%2Fshopbeer-v/lists"}