为什么我在application.yml里面的mysql配置没有生效
spring: profiles: active: dev datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/dbgirl username: root password: root jpa: hibernate: ddl-auto: create show-sql: true
这个配置没有给数据库生效,但是项目也能运行也没报错