Crear un almacén virtual de mercancías. Crear la programa con varios entidades y las relaciónes entre ellas.
Entidades: Usuarios, Puestos, Ciudades, Almacén, Barcos, Categorías, Productos, Transportes, Facturas.
Utilizar: JAVA, JPA, Hibernate, Logback, Spring Boot, Spring Rest, H2, MySQL, Spring Data, Spring Security, Thymeleaf.
Crear REST API (con metodos POST, GET, PUT, PATCH, DELETE, OPTION).
Crear el contenido de Docker como Imagine.
La programa carga en el repositorio de github.
PS: Y por supuesto esta tarea creé Alexander Kuziv para empresa técnica TechMatrix18.com
PSS: Without 'batch' as 'пакет';
Create a virtual warehouse of goods. Create the program with several Entities and relations between them. Entities: Users, Positions, Cities, Store houses, Barcos, Categories, Products, Transportations, Invoices.
Use: JAVA, JPA, Hibernate, Logback, Spring Boot, Spring Rest, H2, MySQL, Spring Data, Spring Security.
Create REST API (with methods POST, GET, PUT, PATCH, DELETE, OPTION).
Create the container of Docker as Image.
The program upload at the repository of github.
PS: This task create Alexander Kuziv for company TechMatrix18.com
- Añadi
<dependiencies>para MySQL, H2, Spring, Hibernate, Logback. - Crea la connección a las base de datos MySQL, H2.
- Crea las Entidades: Usuarios, Puestos, Ciudades, Almacén, Barcos, Categorías, Productos, Transportes, Facturas y las entidades con relaciónes entre ellas.
- Crea los repositorios: UserRepository, CityRepository, StockRepository, CategoryRepository, ProductRepository, InvoiceRepository y otros repositorios.
- Crea los Tests de integracion (para Entidades, Repositories).
- Crea los Controladores con Entidades y Repositories.
- Crea los Tests de integracion (para Controladores).
pronto añadiré...