SpackiGabriel /
spring-boot-user-authentication
This is a simple Spring Boot application that implements a user authentication service using Spring Security and JWT (JSON Web Tokens).
Loading repository data…
binpc17 / repository
This is a simple Spring Boot project that allow you to create a simple REST FULL API ( an example of how you can create a CRUD of a product like an ecommerce website with Spring boot)
In this simple eShopBackEnd_SpringBoot I’m using a H2 database to help you to execute and test this without any problem (with less configurations). This project is linked to eShop-Web project as FrontEnd.. Soo you need to download or Clone the project eShop-Web LIKE THIS: git clone git@github.com:binpc17/eShopWeb_Angular.git
By default the server port is: 8087
STEP 1: Clone this repository LIKE THIS: git clone git@github.com:binpc17/eShopBackEnd_SpringBoot.git
STEP 2: Run this project, With the right click
STEP 3: After running this current project ( eShopBackEnd_SpringBoot), you will find all
backend REST FULL API documentation at these address:
http://localhost:8087/swagger-ui.html OR
http://localhost:8087/v3/api-docs
You only just need to edit the application.properties file and everything will be okay.
spring.datasource.url = jdbc:mysql://localhost:3306/YourDataBaseName?serveTimezone=UTC spring.datasource.username = root spring.datasource.password = spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.hibernate.ddl-auto= update spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MysqlDialect server.port=8087
IF you need more assistance please email at : binpc17@gmail.com AND hello@egozola.com
Selected from shared topics, language and repository description—not editorial ratings.
SpackiGabriel /
This is a simple Spring Boot application that implements a user authentication service using Spring Security and JWT (JSON Web Tokens).
ManojKumarPatnaik /
This is a list of coding challenges and projects in Java programming covering various concepts including classes, objects, operators, control flow statements, interfaces, collections, multithreading,Projects include fuel consumption, bill generation, database implementation using JDBC API,
alexdevzz /
This project is a simplified REST API developed in Spring framework that allows the management of products and orders of a virtual store with ease.
linseycurrie /
This was a group project created remotely over 7 days using Java, Spring, JavaScript and React. It is a full-stack app that allows user to search an NHS api for information on different health conditions using Speech Recognition.
Christian-Pierre /
This project is API REST pattern demonstration using Java, Spring-boot, JPA and Mysql
LavenderEdit /
This is a project with the purpose to grade students, coworkers and a bigger variety.