/TodoMCV

This project is a JAVA + Spring Boot + Spring MCV + Jpa + Hibernate + BootStrap 4 + Primefaces implementation of the example available in http://todomvc.com/examples/angularjs/#/.

Primary LanguageHTML

TodoMCV

This project is a JAVA + Spring Boot + Spring MCV + Jpa + Hibernate + BootStrap 4 + Primefaces implementation of the example available in http://todomvc.com/examples/angularjs/#/.

Este projeto é uma implementação em JAVA + Spring MCV + Jpa + Hibernate + BootStrap 4 + Primefaces do exemplo disponível no site http://todomvc.com/examples/angularjs/#/.

Como executar o projeto / How to setup the project

Para executar este projeto em ambiente local, é necessário um banco de dados Postgresql rodando na porta 5432. É preciso criar um banco chamado "todos_db" com um usuário "postgres" de senha "postgres".

Para executar o projeto no eclipse ou netbeans basta rodar a classe chamada "TodoMcvApplication", que está dentro do pacote "com.todomvc".

Em seguida, basta acessar o endereço: http://localhost:8080/index.

-----

To run this project in local environment, you need a Postgresql database running on port 5432. You need to create a database named "todos_db" with user = "postgres" and password = "postgres".

To run the project in eclipse or netbeans just run the class called "TodoMcvApplication", which is inside the package "com.todomvc".

Then just access the address: http: // localhost: 8080 / index.

Tecnologias utilizadas / Technologies used

JAVA

Spring Boot

Spring MVC

JPA + Hibernate

Bootstrap 4

Primefaces

Joinfaces

Para integrar JSF com Spring boot foi necessário o uso da biblioteca JoinFaces disponível em : https://github.com/joinfaces.