spring-boot-mysql-rest-api-tutorial:使用Spring Boot,Mysql,JPA和Hibernate构建Restful CRUD API

时间:2021-02-03 06:08:41
【文件属性】:
文件名称:spring-boot-mysql-rest-api-tutorial:使用Spring Boot,Mysql,JPA和Hibernate构建Restful CRUD API
文件大小:56KB
文件格式:ZIP
更新时间:2021-02-03 06:08:41
mysql tutorial spring jpa rest-api Spring Boot,MySQL,JPA,Hibernate Rest API教程 使用Spring Boot,Mysql,JPA和Hibernate为简单的记笔记应用程序构建Restful CRUD API。 要求 Java-1.8.x Maven-3.xx MySQL的-5.xx 设定步骤 1.克隆应用程序 git clone https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial.git 2.创建Mysql数据库 create database notes_app 3.根据您的安装更改mysql用户名和密码 打开src/main/resources/application.properties 根据您的mysql安装更改spring.datasource.username和spring.datasource.password 4.使用maven生成并运行应用 mvn package java -jar target/easy-notes-1.0.0.jar 另外,您也可以使用- mvn
【文件预览】:
spring-boot-mysql-rest-api-tutorial-master
----Readme.md(1KB)
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.mvn()
--------wrapper()
----pom.xml(2KB)
----.gitignore(268B)

网友评论