{"id":20581234,"url":"https://github.com/jonathas/spring-mvc-alura","last_synced_at":"2026-04-07T21:31:51.269Z","repository":{"id":141968350,"uuid":"119606298","full_name":"jonathas/spring-mvc-alura","owner":"jonathas","description":"Alura's Spring MVC Course: Creating web applications","archived":false,"fork":false,"pushed_at":"2018-02-13T23:05:04.000Z","size":449,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T11:34:43.114Z","etag":null,"topics":["course","docker","docker-compose","java","java8","spring","spring-mvc","springframework"],"latest_commit_sha":null,"homepage":"https://cursos.alura.com.br/course/spring-mvc-1-criando-aplicacoes-web","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/jonathas.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":"2018-01-30T23:11:23.000Z","updated_at":"2019-10-22T08:44:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c10f185-cb55-40e1-9919-6a5d2c1019cd","html_url":"https://github.com/jonathas/spring-mvc-alura","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathas/spring-mvc-alura","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathas%2Fspring-mvc-alura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathas%2Fspring-mvc-alura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathas%2Fspring-mvc-alura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathas%2Fspring-mvc-alura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathas","download_url":"https://codeload.github.com/jonathas/spring-mvc-alura/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathas%2Fspring-mvc-alura/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["course","docker","docker-compose","java","java8","spring","spring-mvc","springframework"],"created_at":"2024-11-16T06:27:32.594Z","updated_at":"2026-04-07T21:31:51.230Z","avatar_url":"https://github.com/jonathas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alura - Spring MVC Course: Creating web applications + Integration, Caching, Security and Templates\n\nThis is the code that I've developed following the course. I've made some changes in the original one.\n\n## Content\n\n### Getting Started with SpringMVC\n\n  - Creating the Initial Project with JBoss Forge\n  - Creating our first controller\n  - Enabling SpringMVC\n\n### Product Registration\n\n  - Registration Form\n  - Saving the data in the database\n  - Configuring JPA with Hibernate\n  - Enabling transactional control\n\n\n### Listing prices for products\n\n  - Making objects available in the view\n  - Receiving a list of values ​​in the form\n\n\n### Improving registration and listing\n\n  - Listing products\n  - Best use of HTTP verbs\n  - Modularization of access URLs\n  - Working with encoding\n  - Forward x Redirect\n  - Extra parameters in redirects\n\n\n### Validation and data conversion\n\n  - Basic Validation\n  - Using Validator objects\n\n\n### More Validation\n\n  - Viewing error messages in a friendly way\n  - Using properties files\n  - Integration with Bean Validation\n  - Building the View URL\n\n\n### Working with Dates\n\n  - Dates with specific format\n  - Default format for system dates\n  - Keeping the values ​​in the form\n\n\n### Sending files to the server\n\n  - Receiving the file on the Controller\n  - Saving the file path\n  - Recording the files off the web server\n\n\n### Friendly URLs\n\n  - Product Details Page\n  - Making planned queries\n  - Using ID as part of Path\n\n\n### Starting Shopping cart\n\n  - Exposing Spring Beans on the view\n  - URI templates\n\n\n### Knowing Spring Scopes\n\n  - The Application Scope\n  - The Session Scope\n  - The Request Scope\n\n\n### Continuing Shopping Cart\n\n  - Displaying cart items\n  - Viewing cart total\n\n\n### Finishing the Shopping Cart\n\n  - Calling REST services\n\n\n### Creating Store Home\n\n  - Improving design\n  - Loading the book list only once\n  - Renewing the list of books\n  - Using a robust cache\n\n\n### Integrating the store\n\n  - Making REST service available\n\n\n### Improving application administration\n\n  - Adding Bootstrap\n  - Enabling Spring for General Files\n\n\n### Securing Application Features\n\n  - Enabling Spring Security\n  - Releasing application assets\n  - Registering Users and Profiles\n  - Viewing User Data\n  - Protecting the store from external attacks\n  - Creating our own login screen\n\n\n### Standardizing the store with templates\n\n  - Separating Header and Footer\n  - Using tags for JSP templates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathas%2Fspring-mvc-alura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathas%2Fspring-mvc-alura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathas%2Fspring-mvc-alura/lists"}