spring:
application:
name: wgcloud-server
datasource:
driver-class-name: org.postgresql.Driver
#提示:如果server和数据库在同一台主机,那么下面url中IP,一般就用localhost即可,不需要用IP
url: jdbc:postgresql://localhost:5432/wgcloud
username: postgres
password: 123456