Trouble Shooting I have created initial project and I get DataSourceBeanCreationException Task :common-service:test FAILED com.iamfullstack.common.CommonApplicationTests > contextLoads FAILED java.lang.IllegalStateException Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException Caused by: org.springframework.beans.factory.BeanCreationException Caused by: org.springframework...
Roughly Gradle does two kinds of caching: global caching for all projects and task caching on per project basis. Global Caching By default Gradle stores it in a home directory for a user. Path is ~/.gradle/caches. ~/.gradle/caches/jars-3 and ~/.gradle/caches/$GRADLE_VERSION contain jars needed for launching Gradle itself and to start execution of a build. ~/.gradle/caches/transforms-1 contains t..
When I run Jekyll in terminal, with $ bundle exec jekyll serve &I got Error message below $ Dependency Error: Yikes! It looks like you don't have jekyll-include-cache or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-include-cache' If you run ..