Skip to content

Commit

Permalink
add :: 에러 고칠려고 별짓을 다함
Browse files Browse the repository at this point in the history
  • Loading branch information
parktaesu123 committed Dec 24, 2024
1 parent b1b2ffe commit ff82b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ dependencies {
annotationProcessor "jakarta.annotation:jakarta.annotation-api"
annotationProcessor "jakarta.persistence:jakarta.persistence-api"

//bean 생성 오류
implementation 'javax.servlet:javax.servlet-api:4.0.1'

}

tasks.named('test') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

import org.springframework.boot.context.properties.ConfigurationPropertiesScan;

@SpringBootApplication
@SpringBootApplication(scanBasePackages = {"org.example"})
@ConfigurationPropertiesScan
public class DaedongyeojidoBeApplication {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import lombok.AllArgsConstructor;
import lombok.Data;

import java.time.LocalDateTime;

@Data
@AllArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down

0 comments on commit ff82b47

Please sign in to comment.