일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Tomcat
- MSSQL
- jpa
- Python
- oracle
- myBatis
- Docker
- Core Java
- ubuntu
- 오픈소스
- spring
- Spring Boot
- PostgreSQL
- IntelliJ
- Source
- 문서
- SpringBoot
- JavaScript
- MySQL
- STS
- Thymeleaf
- error
- Exception
- 설정
- Open Source
- git
- AJAX
- Eclipse
- maven
- JDBC
- Today
- Total
목록hibernate (2)
헤르메스 LIFE
일반적인 yml 설정 - show-sql: true 는 System.out 으로 출력하기 때문에 효율이 좋지 않습니다. application.yml # Server port server: port: 9090 servlet: context-path: / spring: datasource: url: jdbc:h2:tcp://localhost/~/test;DB_CLOSE_ON_EXIT=FALSE driver-class-name: org.h2.Driver # H2 Database username: sa password: jpa: show-sql: true # System.out 으로 출력. logging.level.org.hibernate.SQL=debug 로 대체합니다. hibernate: # create :..
Hibernate ORM Tutorial with Java English | 1280x720 | H264 | 29.97fps 627kbps | AAC 128kbps | 2.59GB Genre: eLearning Complete series of video tutorials about Hibernate ORM (Object-relation mapping) with the help of Java. IDE used in the tutorials is Eclipse. Java Brains Free Java training videos. Produced by Koushik Kothagal. Complete series of video tutorials about Hibernate ORM (Object-relati..