Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java list
- HashMap
- micrometer tracing
- wire type
- java.util.list
- elasticsearch
- asynccustomautoconfiguration
- list
- asyncconfigurer
- SpringMVC
- Sleuth
- kotlin
- Spring JPA
- grpc
- CompletableFuture
- aws secretmanager
- DeferredImportSelector
- EnableWebMvc
- java lambda
- spring
- jpa
- traceId
- map
- spring MVC
- ResponseBody
- java
- Spring Boot
- @FunctionalInterface
- awssecretsmanagerpropertysources
- traceasynccustomautoconfiguration
Archives
- Today
- Total
목록H2 Database (1)
du.study기록공간
spring + h2환경에서 JPA native query를 사용했을때 맞이한 문제점
간단한 통계 서비스를 구축하는 과정에서 맞이한 문제점을 정리해봅니다. 사용한 Spring version : 2.5.10 spring yaml 설정 spring: datasource: url: jdbc:h2:~/test_leisure_product;MODE=MySQL;DB_CLOSE_ON_EXIT=FALSE .... type: com.zaxxer.hikari.HikariDataSource jpa: show-sql: true properties: hibernate: format_sql: true globally_quoted_identifiers: true dialect: org.hibernate.dialect.MySQL5InnoDBDialect .... 시작은 H2 SQLGrammarException: co..
스프링
2022. 3. 14. 23:46