spring.jpa.show-sql=true 该配置当在执行数据库操作的时候会在控制台打印 sql 语句,方便我们检查排错等。 spring.jpa.properties.hibernate.dialect=org ...
確定! 回上一頁