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