lojacasadocodigo
versão da loja da casa do código usando o Spring MVC como framework
File Explorer
Download Latest Version (.zip)- RequestHeaderKey.java
- RequestHeaderKeyGeneration.java
- AmazonConfiguration.java
- AppWebConfiguration.java
- JPAConfiguration.java
- JPAProductionConfiguration.java
- SecurityConfiguration.java
- ServletSpringMVC.java
- SpringSecurityFilterConfiguration.java
- PaymentGateway.java
- ProductsRestController.java
- AuthController.java
- HomeController.java
- PaymentController.java
- ProductsController.java
- ShoppingCartController.java
- StringToCalendarConverver.java
- ProductDAO.java
- UserDAO.java
- SetAttributeScopeProcessor.java
- FileSaver.java
- HttpPartUtils.java
- BookType.java
- PaymentData.java
- PaymentReturn.java
- Price.java
- Product.java
- Role.java
- ShoppingCart.java
- ShoppingItem.java
- SystemUser.java
- GenericInput.java
- ProductValidator.java
- CustomXMLViewResolver.java
- JsonViewResolver.java
- log4j.xml
- jquery.js
- page.tag
- login.jsp
- form.jsp
- list.jsp
- show.jsp
- items.jsp
- hello-world.jsp
- 403.jsp
- custom-form.tld
- footer.jsp
- header.jsp
- messages.properties
- messages_en_US.properties
- messages_pt.properties
- web.xml
- ProductBuilder.java
- DataSourceConfigurationTest.java
- ProductsControllerTest.java
- ProductDAOTest.java
- FileSaverTest.java
- .gitignore
- curls.txt
- pom.xml
- Procfile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/livrospringmvc/lojacasadocodigo
Downloads the entire project code from GitHub to your computer.
cd lojacasadocodigo
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
