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 |
Tags
- RelativeLayout
- Git
- Eclipse
- ReactDOM
- intent
- Retrofit2
- view
- android
- http
- props
- ViewGroup
- RecyclerView
- ConstraintLayout
- Kotlin
- function scope
- vim
- javascript
- 안드로이드
- component
- react
- block scope
- Anro Coroutines
- LinearLayout
- .kt
- java
- cardview
- permission
- Anko SQLite
- layout
- linux
Archives
- Today
- Total
목록MySQL (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