straightface
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
@Kale Vivi
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
how long does sql query take in sql client?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by fhaedl on 2/13/2025 in #java-help
SPRING SECURITY
Are you doing this?
6 replies
JCHJava Community | Help. Code. Learn.
•Created by theash2473 on 2/9/2025 in #java-help
github repo deleted. Now cloning local to a new remote repo
then you are good
73 replies
JCHJava Community | Help. Code. Learn.
•Created by theash2473 on 2/9/2025 in #java-help
github repo deleted. Now cloning local to a new remote repo
It will have everything that you have
73 replies
JCHJava Community | Help. Code. Learn.
•Created by theash2473 on 2/9/2025 in #java-help
github repo deleted. Now cloning local to a new remote repo
depends did you pull all commits, branches, merges etc?
73 replies
JCHJava Community | Help. Code. Learn.
•Created by De1ora on 2/9/2025 in #java-help
Code Review Request
Use #code-review
7 replies
JCHJava Community | Help. Code. Learn.
•Created by Sky on 2/1/2025 in #java-help
org.hibernate.exception.GenericJDBCException: unable to obtain isolated JDBC connection
your username/password is incorrect
24 replies
JCHJava Community | Help. Code. Learn.
•Created by Sky on 2/1/2025 in #java-help
org.hibernate.exception.GenericJDBCException: unable to obtain isolated JDBC connection
read the error geez
password authentication failed for user "your_user"
24 replies
JCHJava Community | Help. Code. Learn.
•Created by Omaster on 2/1/2025 in #java-help
Organization
I dont really organize methods
7 replies
JCHJava Community | Help. Code. Learn.
•Created by Omaster on 2/1/2025 in #java-help
Organization
so for example attendance package will contain all controller / services / repos together
7 replies
JCHJava Community | Help. Code. Learn.
•Created by Omaster on 2/1/2025 in #java-help
Organization
I usually package feature wise
7 replies
JCHJava Community | Help. Code. Learn.
•Created by sadstephen on 1/26/2025 in #java-help
Why does creating a subclass of some Exception, throws this error?
and because its also parent class of
RuntimeException
aka unckecked exception it allowed to compile since RE can't be checked for9 replies
JCHJava Community | Help. Code. Learn.
•Created by sadstephen on 1/26/2025 in #java-help
Why does creating a subclass of some Exception, throws this error?
its because when you extend with
Exception
its a checked exception and it must be thrown in body somewhere9 replies
JCHJava Community | Help. Code. Learn.
•Created by Danix on 9/28/2024 in #java-help
Deleting Error
error states that you are trying to set phone_number col as null, which is not possible due to a constraint you set in the database
16 replies
JCHJava Community | Help. Code. Learn.
•Created by Danix on 9/28/2024 in #java-help
Deleting Error
hmm, not what i asked for is it now.
16 replies
JCHJava Community | Help. Code. Learn.
•Created by Danix on 9/28/2024 in #java-help
Deleting Error
@Danix
16 replies
JCHJava Community | Help. Code. Learn.
•Created by Danix on 9/28/2024 in #java-help
Deleting Error
what happens in
studentDetailsService#deleteStudentBooks
?16 replies
JCHJava Community | Help. Code. Learn.
•Created by Tomasm21 on 9/13/2024 in #java-help
I try to write JUnit integration test and to test whether service method works well. It isn't.
you're welcome
163 replies
JCHJava Community | Help. Code. Learn.
•Created by Tomasm21 on 9/13/2024 in #java-help
I try to write JUnit integration test and to test whether service method works well. It isn't.
163 replies