# springboot-jpa-postgresql-demo **Repository Path**: duobab/springboot-jpa-postgresql-demo ## Basic Information - **Project Name**: springboot-jpa-postgresql-demo - **Description**: spring data jpa+postgreSql数据库使用最简demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![license](https://img.shields.io/github/license/seata/seata.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [duobab.com](http://www.duobab.com) ## 简介 基于spring data jpa 操作postgreSql数据库使用最简demo - 拉取代码 - 启动 mysql, 并创建一个数据库, 可在application.properties更新你自己的数据库连接信息 , 数据库中的表无需创建, 程序启动会自动创建 - 运行SpringbootJpaPostgresqlDemoApplication类中的main方法 - 本地浏览器访问 http://localhost ,即可进行简单的CRUD操作