Skip to content

Application developed with JSF, Hibernate, JPA,db MySQL, Spring Framework Boot, Primefaces and service REST.

Notifications You must be signed in to change notification settings

lucasbernardo95/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##	Task Backend

## Implemented items:

### A. Application using JSF
### B. Persistence with MySQL
### C. Used Hibernate AND JPA
### D. Used Spring Framework Boot 2.2
### F. JSF pages with PrimeFaces
### G. Tests implemented with JUnit and Mockito

### Deployment of a simple crud for events and a REST service. Backend developed with:
#### Spring Boot
#### Hibernate
#### PostgreSQL
#### JSF and PrimeFaces.

How to run?
# 1 - It is necessary to have mysql and tomcan.
# 2 - In the applicatrion.properties file, define the database user and password:
	spring.datasource.username=root
	spring.datasource.password=

# 3 - For the project to run normally, it is only necessary to create a database 
	with the name 'task' and, at login, inform username and password as 'admin'.
	URL: http:https://localhost:8080/login

About

Application developed with JSF, Hibernate, JPA,db MySQL, Spring Framework Boot, Primefaces and service REST.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published