개요 auth 모듈에 common 모듈 코드를 읽어올 수 있도록 해야함. 내용 아래와 같이 추가하였으나 에러가 났음. rootProject.name = 'mlmall' include 'app-auth' include 'app-common' project(':app-auth') { dependencies { compile project(':app-common') } } project(':app-common') { dependencies { } } 에러코드 A problem occurred evaluating root project 'mlmall'. > Could not find method compile() for arguments [project ':app-common'] on object of type..
개요 최상위 프로젝트 build.gralde을 통하여 하위 프로젝트들을 관리하려 함. 내용 아래 코드처럼 common api 적용하였으나 하위 모듈에서 라이브러리를 읽어오지 못함. rootProject.name = 'mlmall' include 'app-auth' buildscript { ext{ springBootVersion = '2.7.1' } repositories { mavenCentral() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") classpath "io.spring.gradle:dependency-management-plugin:1.0.11.RELEA..
- Total
- Today
- Yesterday
- HTTP
- web
- spring-boot
- body
- 인텔리J
- 프로그래머스
- RequestHandler
- graphQL
- springboot
- Spring
- Request Handler
- 한 입 크기로 잘라먹는 리액트
- @Autowired
- 자바스크립트
- 모듈
- MySQL
- 멀티모듈
- Spring Boot
- JavaScript
- homebrew
- Java
- 일지
- Gradle
- JAR
- 개발일지
- 스터디 회고
- 개발
- header
- mapping
- 회고
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |