Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
목록H2 (1)
A Joyful AI Research Journey🌳😊
H2: 설치하고 실행해보기
230410 Mon application.properties spring.datasource.url=jdbc:h2:~/test 위 코드의 경우 D:\에 test 폴더를 만들고 그 안에 h2 파일을 넣으면 된다. # DATABASE # H2 콘솔의 접속을 허용할지의 여부이다. true로 설정한다. spring.h2.console.enabled=true # 콘솔 접속을 위한 URL 경로이다. spring.h2.console.path=/h2-console # 데이터베이스 접속을 위한 경로이다. # 설정한 경로에 해당하는 데이터베이스 파일을 만들어야 한다. spring.datasource.url=jdbc:h2:~/test # 데이터베이스 접속시 사용하는 드라이버이다. spring.datasource.driver..
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
2023. 4. 10. 14:12