dan1st
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
you probably at least want something where you can have the directory structure and the files in one window
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
that's also what IDEs do
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
but IMO the CLI usage isn't the main issue with build tools - it's more configuring them
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
or at least use an IDE but disable/not use many things from it until you are "good enough" with the CLI tools
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
So you would probably want to switch to an IDE pretty quickly tbh
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
But not using an IDE will be annoying for non-small projects, especially since you wouldn't have proper autocomplete, instant feedback, etc
11 replies
JCHJava Community | Help. Code. Learn.
•Created by DaMango on 11/23/2024 in #java-help
Looking for Tips, Advice and Resources for Project Management with Java and Gradle
you would normally just create Java files with the content - you can possibly set up a template if applicable
11 replies
JCHJava Community | Help. Code. Learn.
•Created by direct_x_34 on 11/22/2024 in #java-help
Docker Issue in Spring Boot with Couchbase
Can you try printing
username
in your CouchbaseConfig
for testing?57 replies
JCHJava Community | Help. Code. Learn.
•Created by direct_x_34 on 11/22/2024 in #java-help
Docker Issue in Spring Boot with Couchbase
Yeah but is that available in the Docker container?
57 replies
JCHJava Community | Help. Code. Learn.
•Created by direct_x_34 on 11/22/2024 in #java-help
Docker Issue in Spring Boot with Couchbase
So you have
I assume the issue could be that you don't have a .env file when running with Docker (compose)
57 replies
JCHJava Community | Help. Code. Learn.
•Created by 𝓐pothicon on 11/23/2024 in #java-help
Unpacking packed int
and to revert the
|
/get the second part back, you'd need & 0xFFFF
11 replies
JCHJava Community | Help. Code. Learn.
•Created by 𝓐pothicon on 11/23/2024 in #java-help
Unpacking packed int
if you want to revert the
<< 16
, you'd need >> 16
11 replies
JCHJava Community | Help. Code. Learn.
•Created by 𝓐pothicon on 11/23/2024 in #java-help
Unpacking packed int
that's because the unpack method doesn't... unpack that
11 replies
JCHJava Community | Help. Code. Learn.
•Created by direct_x_34 on 11/22/2024 in #java-help
Docker Issue in Spring Boot with Couchbase
You have a .env file locally but not with Docker?
57 replies
JCHJava Community | Help. Code. Learn.
•Created by direct_x_34 on 11/22/2024 in #java-help
Docker Issue in Spring Boot with Couchbase
What is loading the .env file?
57 replies
JCHJava Community | Help. Code. Learn.
•Created by Fionn on 11/22/2024 in #java-help
Maven Archetype Catalog
Can you try
-DarchetypeCatalog=
maybe?43 replies
JCHJava Community | Help. Code. Learn.
•Created by Fionn on 11/22/2024 in #java-help
Maven Archetype Catalog
yes, the packages would need to be relative to the repo root
43 replies
JCHJava Community | Help. Code. Learn.
•Created by Fionn on 11/22/2024 in #java-help
Maven Archetype Catalog
if everything is in a folder, you can set the maven repo to that folder
43 replies
JCHJava Community | Help. Code. Learn.
•Created by Fionn on 11/22/2024 in #java-help
Maven Archetype Catalog
?
43 replies
JCHJava Community | Help. Code. Learn.
•Created by Fionn on 11/22/2024 in #java-help
Maven Archetype Catalog
that's probably the easiest if your repo tool doesn't support it
43 replies