dependencies { implementation "$boot:spring-boot-starter-web" // db runtimeOnly "com.mysql:mysql-connector-j" implementation "org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16" implementation "$boot:spring-boot-starter-data-jpa" implementation project(":web-api-com") }