<artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> </project> 配置文件 1spring:2datasource:3url: jdbc:postgresql://127.0.0.1:5432/postgres4username: postgres5password: postgres6driverClassName: org.postgresql.Driver7initialization-mode: always8jpa:9show-sql:true10h...