spring-boot-rest-api-tutorial:带有Spring Boot,Mysql,JPA和Hibernate的示例REST CRUD API

时间:2021-05-13 13:57:11
【文件属性】:
文件名称:spring-boot-rest-api-tutorial:带有Spring Boot,Mysql,JPA和Hibernate的示例REST CRUD API
文件大小:66KB
文件格式:ZIP
更新时间:2021-05-13 13:57:11
Java 带有Spring Boot,Mysql,JPA和Hibernate的示例REST CRUD API 设定步骤 1.克隆应用程序 https://github.com/givanthak/spring-boot-rest-api-tutorial.git 2.创建Mysql数据库 create database user_database 3.根据您的安装更改mysql用户名和密码 打开src/main/resources/application.properties 根据您的mysql安装更改spring.datasource.username和spring.datasource.password 4.使用maven生成并运行该应用程序 mvn package java -jar target/spring-boot-rest-api-tutorial-0.0.1-SNAPSHOT
【文件预览】:
spring-boot-rest-api-tutorial-master
----.travis.yml(156B)
----pom.xml(2KB)
----mvnw(9KB)
----LICENSE(11KB)
----src()
--------test()
--------main()
----.gitignore(268B)
----.mvn()
--------wrapper()
----README.md(1KB)
----mvnw.cmd(6KB)

网友评论