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