Junit 5 looking for actual environmental configuration to run the test

后端 未结 3 1160
夕颜
夕颜 2021-01-27 12:42

My project is using spring-boot, sping-data-jpa, spring-data-rest, hibernate

I have updated to spring boot 2.3.1

3条回答
  •  孤独总比滥情好
    2021-01-27 13:37

    Could you you please check if you don't enable any profile in your application.yaml if present in your test resource folder like below :-
    spring: profiles: active: local

    Also can you share the snapshot of your project folder.

提交回复
热议问题