Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 정적 라이브러리에서 MFC 사용
- Mqtt
- 의존주입
- .gitattributes
- Console
- __vsnprintf
- 멀티바이트 문자 집합 사용
- Flutter
- git 대용량 파일
- c2678
- _sprintf
- git 최초 설정
- OpenCPN
- wxWidget
- __snprintf
- winsock.h Broadcast
- 사전설치
- Plugins
- esp-wroom-32d
- OpenXLSX 한글
- 확인할 수 없는 외부 기호
- MFC
- LINK2001
- c++ set struct
- OpenCPN설치
- 설치 테스트
- SQLite3
- c++ Broadcast
- ExtendWith
- sts4
Archives
- Today
- Total
목록springboot (1)
세상을 이롭게

import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; @SpringBootApplication(exclude={DataSourceAutoConfiguration.class}) STS 를 이용하여 SpringBoot 를 시작해보려 한다. 사용하고 있는 컴퓨터 환경은 아래와 같다. Operating System: Windows 11 Pro for Workstations 64-bit (10.0, Build 22..
Spring
2022. 11. 5. 18:42