文件名称:春天的引导postgres样本
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-19 21:04:50
java tutorial spring-boot postgresql SpringBoot
欢迎来到spring-boot-postgres示例项目 先决条件 Java 8 Maven 3.3.x PostGreSql运行实例(用于开发配置文件的H2) Postgres实例配置 为了使用您的实例,请更新src/main/resources/application.yml的[数据库配置部分]部分 # # [ Database Configuration Section ] # spring : datasource : url : jdbc:postgresql://localhost:5432/blood username : postgres password : postgres platform : POSTGRESQL jpa : hibernate : ddl-auto : create-drop show-sql : true server : port : 9095 # # [ Other Configuration Attributes ] # 在本地运行应用程序 mvn -Dspring
【文件预览】:
spring-boot-postgres-sample-master
----.gitignore(96B)
----src()
--------main()
--------test()
----pom.xml(6KB)
----README.md(2KB)
----.editorconfig(146B)