├── README.md └── logo.png /README.md: -------------------------------------------------------------------------------- 1 | # SpringBootUpAndRunning: Spring-Boot Version 3 2 | 3 | # 2024.1.28 Update 4 | 롬복 디펜던시에 업데이트가 필요해서 스프링 애플리케이션 구동이 안 되는 것을 확인했습니다. 4, 6, 8 브랜치에 업데이트를 했지만, 혹시 다른 브랜치에서 스프랭 앱 구동이 안되면, 롬복 최신 버전을 설치해주세요. 5 | 그리고 맥북 M 시리즈 쓰시는 분 중에 아래 관련 오류가 발생하면, 다음 디펜던시를 추가해주세요. 6 | 7 | 'Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library' 8 | 9 | ``` 10 | 11 | io.netty 12 | netty-all 13 | 14 | ``` 15 | -------------------------- 16 | 17 | SpringBootUpAndRunning 18 | SpringBootUpAndRunning 한글번역책 실습코드 19 | 20 | 원본 실습코드 https://github.com/mkheck/SpringBootUpAndRunning (SpringBoot 2.4, Java 11) 21 | 22 | 번역판 실습코드는 SpringBoot 3.0.2와 Java 17 로 구성되어있습니다. 23 | 24 | 실습 중 질문이 있으면 dev[at]syoh.net 혹은 jungdaesuh1221[at]gmail.com 이메일 주시면 감사하겠습니다. 25 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springboot-up-and-running/SpringBootUpAndRunning-Spring-Boot-3/b44b7e63a60bad3dcfc30766eef31ab71fceebac/logo.png --------------------------------------------------------------------------------