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
- ReactDOM
- cardview
- Anko SQLite
- Eclipse
- block scope
- view
- RecyclerView
- Kotlin
- Retrofit2
- 안드로이드
- react
- function scope
- props
- .kt
- java
- http
- ViewGroup
- vim
- ConstraintLayout
- javascript
- layout
- permission
- Git
- Anro Coroutines
- linux
- intent
- component
- android
- LinearLayout
- RelativeLayout
Archives
- Today
- Total
목록Primary Key (1)
이것저것 다 개발
[Spring Boot] org.springframework.orm.jpa.JpaSystemException
org.springframework.orm.jpa.JpaSystemExceptionids for this class must be manually assigned before calling save():Spring Boot + MySQL 사용중 에러가 발생하였습니다.. CREATE TABLE TEST (no INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,... );Mysql Test Table 생성 @Id@GeneratedValueprivate Integer no;... @Id 테이블의 Primary Key 라는것을 나타내고@GeneratedValue 를 추가해주어 자동증가를 명시함.
Java
2017. 11. 28. 10:23