shaan160
JCHJava Community | Help. Code. Learn.
•Created by shaan160 on 10/24/2024 in #java-help
Issue with Java Servlet not finding classes
Hi all, i am trying to utilize my existing context config location as well as my app config. The isssue is i am trying to do dependency injection with spring, but want to do it via Java not xml. Can someone help?
I am using Java Servlets, With Tomcat and Apache
my xml
app config
4 replies
JCHJava Community | Help. Code. Learn.
•Created by shaan160 on 11/30/2023 in #java-help
Issue with gradle multi modules
Hi everyone just a quick one, i am doing a multi-module Gradle project. When i try to load one of my other modules i get
Could not determine the dependencies of task ':bootJar'.
Could not resolve all task dependencies for configuration ':runtimeClasspath'. Could not resolve project :common.Required by: project :
No matching configuration of project :common was found. The consumer was configured to find a library for use during runtime, compatible with Java 17, packaged as a jar, preferably optimized for standard JVMs, and its dependencies declared externally but:- None of the consumable configurations have attributes. my main build.gradle my settings.gradle common's gradle
4 replies