[feature] 시군구 기반 맛집 목록 API #52
Annotations
4 errors and 4 warnings
LocationBasedFoodieServiceApplicationTests.contextLoads():
src/test/java/com/locationbasedfoodieservice/LocationBasedFoodieServiceApplicationTests.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@58ca1cad testClass = com.locationbasedfoodieservice.LocationBasedFoodieServiceApplicationTests, locations = [], classes = [com.locationbasedfoodieservice.LocationBasedFoodieServiceApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@f316aeb, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5dd1c9f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2445445a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@146587a2, org.springframework.boot.test.context.SpringBootTestAnnotation@80721db7], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
MemberControllerTest.회원가입_성공_test():
src/test/java/com/locationbasedfoodieservice/member/controller/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2700f556 testClass = com.locationbasedfoodieservice.member.controller.MemberControllerTest, locations = [], classes = [com.locationbasedfoodieservice.LocationBasedFoodieServiceApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@f316aeb, [ImportsContextCustomizer@6def1699 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5dd1c9f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2445445a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@146587a2, org.springframework.boot.test.context.SpringBootTestAnnotation@80721db7], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
MemberControllerTest.회원가입_실패_test():
src/test/java/com/locationbasedfoodieservice/member/controller/MemberControllerTest.java#L1
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2700f556 testClass = com.locationbasedfoodieservice.member.controller.MemberControllerTest, locations = [], classes = [com.locationbasedfoodieservice.LocationBasedFoodieServiceApplication], contextInitializerClasses = [], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@f316aeb, [ImportsContextCustomizer@6def1699 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5dd1c9f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2445445a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@146587a2, org.springframework.boot.test.context.SpringBootTestAnnotation@80721db7], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
build
Process completed with exit code 1.
|
회원가입_성공_test() (com.locationbasedfoodieservice.member.controller.MemberControllerTest) failed:
com.locationbasedfoodieservice.member.controller.MemberControllerTest#L0
build/test-results/test/TEST-com.locationbasedfoodieservice.member.controller.MemberControllerTest.xml [took 0s]
|
회원가입_실패_test() (com.locationbasedfoodieservice.member.controller.MemberControllerTest) failed:
com.locationbasedfoodieservice.member.controller.MemberControllerTest#L0
build/test-results/test/TEST-com.locationbasedfoodieservice.member.controller.MemberControllerTest.xml [took 0s]
|
contextLoads() (com.locationbasedfoodieservice.LocationBasedFoodieServiceApplicationTests) failed:
com.locationbasedfoodieservice.LocationBasedFoodieServiceApplicationTests#L0
build/test-results/test/TEST-com.locationbasedfoodieservice.LocationBasedFoodieServiceApplicationTests.xml [took 0s]
|
build
Unexpected input(s) 'host port', 'character set server', 'collation server', valid inputs are ['entryPoint', 'args', 'mysql version', 'mysql database', 'mysql user', 'mysql password']
|