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