Java Community | Help. Code. Learn.
We are a Community full of Java developers. You can come here to connect other devs, get help, help others and do many more things!
JoinJava Community | Help. Code. Learn.
We are a Community full of Java developers. You can come here to connect other devs, get help, help others and do many more things!
JoinI am completely new
Connecting to my MongoDB Database
querySrv ENOTFOUND _mongodb._tcp.cluster0.mongodb.net
and this is the line on my .env i am using to connect to MongoDB MONGO_URI=mongodb+srv://mmetinbirguel:[email protected]/Tierlist?retryWrites=true&w=majority
Of course I have my real password instead of just "password" there, for safety reasons I share it like this 😄
...can smb explain what is the difference between bitwise and logical operators?
Graduation year project
My vs code wont run!
Eclipse MAT - Remove Self-Referential Inbounds
Java with Maven Projects not creating jar files
com.google.gson.JsonIOException: Failed making field
"opens java.time to com.google.gson"
```bash
Caused by: com.google.gson.JsonIOException: Failed making field 'java.time.LocalDate#year' accessible; either increase its visibility or write a custom TypeAdapter for its declaring type.
See https://github.com/google/gson/blob/main/Troubleshooting.md#reflection-inaccessible-to-module-gson...How to create custom login route in Spring?
/auth/signin
sort of route, but I'm not sure how should I implement it, any idea how can I do so?when i am starting as springboot application on eclipse it is working fine but when i am running th
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
/app/src/main/java/project-name
? Should I be manually making .java
files in the main and test folders? Or is there a gradle command that can template this out?
I apologize for my noobliness. As the title suggests, anything related to project management would be appreciated! And sorry I am not looking to use Intellij or Eclipse or an IDE for this project, however I am open to in the future. Thanks in advance!...Program Randomly Quitting After Font.createFont() statement
Unpacking packed int
Maven Archetype Catalog
archetype-catalog.xml
should be at the root of the repo
Anyone have any experience with this?...Detecting only the first letter in a scanner
/start
or /learn
. But if they add a space or adds anything. It won't be able to detect it using switch
. Is it possible to just detect the first part? Or the first letter? Because The Exams to answer the exam. You just put a letter like a, b, c, d. If they add a space it will say Unknown input.Docker Issue in Spring Boot with Couchbase
How do I handle an assignment like this folder structure wise?

Good source to study threading for newer JDK releases(17 and greater)