
Command line is too long. Shorten command line for .... 다음 블로그를 참조하여 해결했습니다. https://carfediem-is.tistory.com/29 intelliJ IDEA - 톰캣 러닝 오류. Command line is too long. Shorten..... 이건 번외인데... build.gradle 에 tika-parser 적용후에 intelliJ에서 톰캣 띄울때 계속 오류가 나서 오류내용 Error running 'Application': Command line is too long. Shorten command line for Application o.. carfediem-is.tistory.com 인텔리제이 내부에서 아래 경로로 가서 을 ..

@NotNull 에서 그냥 import 를 하면 아래와 같은 라이브러리가 기본으로 import 됩니다. 그러면 당장은 에러가 사라져도 계속 다른 에러를 파생시킵니다. 이것은 import 된 것이 올바른 라이브러리가 아니기 때문이며 다음과 같이 합니다. 하이라이트 된 compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '6.1.5.Final' 를 넣지 않으면, @NotNull 에서 오류가 발생합니다. 아래와 같이 넣고 그래들을 다시 빌드하면 import 가 가능해 집니다. 이렇게 사용해야 에러가 발생하지 않습니다.

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 import lombok.*; import javax.persistence.*; import javax.validation.constraints.NotNull; @Data @NoArgsConstructor(access = AccessLevel.PROTECTED) @Entity(name="schedule") public class Schedule { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long scheNo; @NotNull @Column(length = 10) private Str..

(2020-05-27) Company.java 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 32 33 34 35 36 package texas.sbv.kcar.company; import lombok.*; import texas.sbv.kcar.employee.Employee; import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Component; import javax.persistence.*; import javax.validation.constraints.NotNull; import ja..
- Total
- Today
- Yesterday
- Mongo
- ERD
- JPA
- AWS
- tensorflow
- nodejs
- springMVC
- Django
- docker
- Algorithm
- JUnit
- COLAB
- SpringBoot
- Oracle
- terms
- intellij
- SQLAlchemy
- jQuery
- vscode
- Mlearn
- FLASK
- Git
- KAFKA
- mariadb
- React
- maven
- database
- Eclipse
- Java
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |