Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MinhHieu012/Simple-CRUD-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java JDK 17

Usage

Customize to connect database in resources/application.properties

spring.jpa.hibernate.ddl-auto=none

spring.datasource.url=jdbc:mysql://localhost:your_port_db/db_name

spring.datasource.username=db_username

spring.datasource.password=db_password

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.jpa.show-sql: true

server.port=port_to_run_project(optional)

Frontend ReactJS

https://github.com/MinhHieu012/Simple-CRUD-ReactJS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages