Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Cloud Bus
- redis cluster
- intelij devtools
- Spring Cloud Config
- spring boot jks
- intelij spring boot devtools
- spring boot ssl
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- MySQL
- Istio
- Distributed Tracing System
- spring boot hot swapping
- tracing tool
- spring boot ssl verify skip
- Spring boot
- kubernates
- Service Mesh
- spring cloud zuul
- sidecar
- msa 4.0
- spring cloud load balancer
- jpa auto increment
- java static resources
- spring boot 2.0 ssl
- redis ha
- high availabillty
- spring boot http client
- sidecar patern
- spring cloud api gateway
Archives
- Today
- Total
erea
spring boot 2.0 hibernate 5 mysql auto increment 본문
hibernate 4버젼
@Id @GeneratedValue(strategy=GenerationType.AUTO)hibernate 5버전
@id @GeneratedValue( strategy= GenerationType.AUTO, generator="native" ) @GenericGenerator( name = "native", strategy = "native"
'dev > spring boot' 카테고리의 다른 글
spring boot ssl (1) | 2019.01.02 |
---|---|
Spring boot devtools hot swapping by intelij (0) | 2018.07.05 |
Setter DI vs. Constructor DI in Spring (0) | 2018.06.25 |
spring boot http client ssl 체크 패스하기 (0) | 2018.06.25 |
spring boot (0) | 2018.06.24 |
Comments