You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
295 B

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"
compileOnly project(":data-user")
}