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 | 31 |
Tags
- ResponseBody
- Sleuth
- b3-propagation
- SpringMVC
- asynccustomautoconfiguration
- micrometer tracing
- spring
- map
- spring MVC
- EnableWebMvc
- traceId
- aws secretmanager
- @FunctionalInterface
- HashMap
- asyncconfigurer
- java.util.list
- java lambda
- jpa
- Spring JPA
- java list
- awssecretsmanagerpropertysources
- DeferredImportSelector
- CompletableFuture
- spring3 spring2 traceid
- Spring Boot
- elasticsearch
- traceasynccustomautoconfiguration
- java
- list
- kotlin
Archives
- Today
- Total
목록h2 DbException (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