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 | 31 |
Tags
- restfulapi
- 글쓰기가필요하지않은인생은없다
- codewars
- 규칙없음
- goalng
- flake8
- conf
- codewar
- ProxyServer
- springboot
- httppretty
- Lint
- GlobalInterprintLock
- 독후감
- printer_helper
- pyenv
- Algorithm
- typevar
- 유닉스의탄생
- python
- organizeImports
- pep8
- Golang
- 오큘러스퀘스트2
- 코로나백신
- opensouce
- 조엘온소프트웨어
- loadimpact
- vscode
- maxlinelength
Archives
- Today
- Total
목록프로그래밍/JAVA&SPRING (1)
일상적 이야기들.
Multi Database Source.
Multi Database Source. 설정 Gradle plugins { id 'java' id 'org.springframework.boot' version '3.1.0' id 'io.spring.dependency-management' version '1.1.0' } group = 'com.example' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = '17' } repositories { mavenCentral() } ext { set('springShellVersion', "3.1.1") } dependencies..
프로그래밍/JAVA&SPRING
2023. 8. 24. 22:14