spring.datasource.password=root #表示Jpa对应的数据库是mysql spring.jpa.show-sql=true#项目启动时根据实体类更新数据库中的表 spring.jpa.hibernate.ddl-auto=update