I have a simple SpringBoot 2.1.0 application and try to add the database-connectivity with JPA. Everything is set up with the \"spring-boot-start
SpringBoot 2.1.0
JPA
spring-boot-start
For me helped adding the following to the module-info.java file:
module-info.java
requires net.bytebuddy;
This is only applicable for applications with Java 9 or higher.