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.

14 lines
301 B

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