1. DNS 설정 변경 /etc/resolve.conf 에서 nameserver 8.8.8.8 추가 2. daum repo 추가 /etc/yum.repos.d/Daum.repo [base] name=CentOS-$releasever - Base baseurl=http://mirror.kakao.com/centos/7/os/$basearch/ gpgcheck=0 [updates] name=CentOS-$releasever - Updates baseurl=http://mirror.kakao.com/centos/7/updates/$basearch/ gpgcheck=0 [extras] name=CentOS-$releasever - Extras baseurl=http://mirror.kakao.com/centos..
cat /etc/redhat-release
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testRepository': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate []: Specified class is an interface @Autowired private TestRepository testRepository; 으로 되어있던 걸 @MockBean private TestRepository testRepository; 으로 변경하면 된다.
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test @SpringBootTest Annotation은 @SpringBootApplication을 찾아가기 때문에 @SpringBootTest(classes = Test.class)로 사용해야 한다.
- Total
- Today
- Yesterday
- Swift 프로젝트에서 Objective-C
- 코르도바 iOS
- User Interface Style
- swift delegate
- Objective-C 프로젝트에서 Swift
- swift generic
- iOS Dark Mode
- passing data between ViewControllers
- codable date
- UITextField 글자수 제한하기
- urlsession 모듈화
- Viewcontroller data
- swift json 파싱
- linux java 설치
- loadView
- UIUserInterfaceStyle
- codable
- RxSwift UITetxtField
- ios framework device simulator
- urlsession 공통화
- urlrequest 공통화
- 코르도바 iOS Framework
- ios universal framework
- xcode 16
- 코르도바 플러그인
- urlrequest 모듈화
- loadView viewDidLoad
- 코르도바 Swift
- passing data between ViewController and View
- xcode group folder
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |