그니까
admin-api
admin-web 폴더를 만들었고
settings.gradle 에서 include 'admin-api' include 'admin-web' 을 추가하고
admin-api 안에 있는 application 을 돌려보면 not found project 가 뜹니다........
근데 인강에는 settings.gradle 안에
| pluginManagement { | |
repositories { | |
gradlePluginPortal() | |
} | |
} 이런 코드가 있는데.............. 전 이게 안나오던데 저거랑 관련있나요????
|
댓글 0