| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 에러
- spring security 로그인
- CI
- 리액트 심플캡차
- react 자동입력방지
- 스프링 시큐리티 로그인
- react 캡차
- 스프링
- 리액트 캡차
- react 심플캡차
- 젠킨스
- jpa
- error
- build
- Spring Boot
- 스프링 시큐리티
- SpringBoot
- 깃
- react captcha
- Security 로그인
- spring error
- ChatGPT
- Docker
- REACT
- Spring Security
- maven
- myBatis
- react 상태
- react simple captcha
- git
- Today
- Total
목록maven (3)
I can do it(Feat. DEV)
기존 프로젝트를 git에서 clone 받아와서 maven으로 빌드를 진행했는데 에러 내용 Failed to execute goal on project uis2021: Could not resolve dependencies for project com.insight.web:uis2021:war:1.0.0: Failed to collect dependencies at net.sf.ehcache:ehcache-terracotta:jar:2.1.1: Failed to read artifact descriptor for net.sf.ehcache:ehcache-terracotta:jar:2.1.1: Could not transfer artifact org.terracotta.forge:forge-parent:po..
오랜만에 Spring Boot 프로젝트를 만드려고 spring initializr 사이트에서 3.x 대 버전의 Spring Boot 프로젝트를 선택하고 java 8 version으로 생성했음. 그런데 프로젝트를 intelliJ에서 import 하고 mvn package 명령어를 입력했는데 에러 내용 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project test: Fatal error compiling: invalid flag: --release -> [Help 1] 이와 같은 에러가 뜨면서 빌드가 실패함. 다른 메이븐 명령어도 동일.🤦♂️ 아무것도 추가한..
기존 진행하는 React 프로젝트에 back단으로 Spring Boot를 추가하려고 https://start.spring.io 사이트에서 아래와 같은 설정으로 프로젝트를 생성함. 생성된 프로젝트 zip파일을 풀고 기분 좋게 intelliJ에서 import를 시킴.😁 그리고 메이븐으로 mvn install 명령어를 실행시켰는데..? 에러코드 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project uis: There are test failures. Please refer to D:\dev\uis\target\surefire-reports for the individual..