Browse Source

springdoc implement

pull/2/head
박재우 8 months ago
parent
commit
cf07273d30
  1. 1
      app/kac-app/build.gradle

1
app/kac-app/build.gradle

@ -6,6 +6,7 @@ dependencies {
runtimeOnly "com.mysql:mysql-connector-j"
implementation "org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16"
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation "$boot:spring-boot-starter-data-jpa"
implementation project(":web-api-com")

Loading…
Cancel
Save