### Prerequisites
* Docker installed and running on your system.
### Building the Docker Image
Build the Docker image:
```bash
docker build -t my-postgres-image .
```
Replace `my-postgres-image` with your desired image name.
### Running the Docker Container
```bash
docker run -d --name my-postgres-container my-postgres-image
```
This command will start the Postgres container using the specified image. The Dockerfile handles environment variables, volume mounting, and port exposure.
### Accessing the Database
Once the container is running, you can connect to the Postgres database using the following connection details:
* Host: `localhost`
* Port: `5432`
* Database: `postgres` (default)
* User: `postgres`
* Password: `demoproject`
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
java-rest-app-demo.zip (28个子文件)
java-rest-app-demo-main
.vscode
settings.json 53B
sql
initdb-scripts
create-table.sql 236B
Dockerfile 202B
README.md 743B
LICENSE 11KB
api
gradle
wrapper
gradle-wrapper.jar 42KB
gradle-wrapper.properties 250B
src
test
java
com
java_rest_app
demo
DemoApplicationTests.java 212B
main
resources
application.properties 46B
java
com
java_rest_app
demo
DemoApplication.java 690B
gradlew.bat 3KB
build.gradle 592B
settings.gradle 26B
gradlew 9KB
.gitignore 444B
README.md 227B
console-app
gradle
wrapper
gradle-wrapper.properties 251B
libs.versions.toml 332B
.gitattributes 278B
app
src
test
java
org
console
AppTest.java 343B
main
java
org
console
App.java 286B
build.gradle 961B
gradlew.bat 3KB
settings.gradle 525B
gradlew 9KB
.gitignore 103B
.gitignore 290B
README.md 96B
共 28 条
- 1
资源评论
普通网友
- 粉丝: 3457
- 资源: 505
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功