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
- 규칙없음
- GlobalInterprintLock
- httppretty
- pep8
- 글쓰기가필요하지않은인생은없다
- typevar
- 코로나백신
- organizeImports
- Golang
- 독후감
- restfulapi
- 조엘온소프트웨어
- flake8
- loadimpact
- goalng
- springboot
- ProxyServer
- python
- Algorithm
- Lint
- codewars
- maxlinelength
- codewar
- vscode
- opensouce
- conf
- printer_helper
- 오큘러스퀘스트2
- 유닉스의탄생
- pyenv
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