Portuguese:
Exemplo de Aplicação Java Web, utilizando o Spring Framework, utizando Web Services RESTFul e JPA com Hibernate.
1 - Foi criado um projeto Maven do Eclipse, é só importar o projeto no Eclipse.
2 - A aplicação primeiro tem de ser executada localmente para criar e popular as tabelas.
3 - Deve-se executar a classe CreateTabelas.java.
4 - Verificar se as tabelas da aplicação foram criadas e populadas.
5 - Compilar a aplicação pelo Maven.
6 - Para fazer o teste dos serviços Rest, as url's são: http://localhost:8080/springboot/blog http://localhost:8080/springboot/categoria
English:
Example of a Java Web Application, using the Spring Framework, using RESTFul Web Services and JPA with Hibernate.
1 - An Eclipse Maven project has been created, just import the project into Eclipse.
2 - The application must first be run locally to create and populate the tables.
3 - The CreateTables.java class must be executed.
4 - Check whether the application tables were created and populated.
5 - Compile the application using Maven.
6 - To test Rest services, the url's are: http://localhost:8080/springboot/blog http://localhost:8080/springboot/categoria