Skip to content

Commit

Permalink
Feat :: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed Jul 10, 2024
1 parent 822c0e0 commit 652be8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ dependencies {
// implementation("org.springframework.boot:spring-boot-starter-security")
// implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0")

developmentOnly("org.springframework.boot:spring-boot-devtools")

runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
runtimeOnly("io.micrometer:micrometer-registry-prometheus")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ spring:
driver-class-name: org.mariadb.jdbc.Driver
jpa:
hibernate:
ddl-auto: update
ddl-auto: update

management:
endpoints:
web:
exposure:
include: prometheus

0 comments on commit 652be8c

Please sign in to comment.