Monthly Archives: April 2024

Spring Boot controller not working

Some tips to help you debug Spring controller not working. There can be many reasons why this can happen. Here is a checklist: In separate terminal window type: Now you want to set a breakpoint at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan: Then run the … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Comparing two methods for uploading a file to a server

Posted in Computers, programming, Software | Leave a comment

Understanding internals of java-llama.cpp

Update 5/20/26: Troubleshooting If you run into this error: Follow the steps below to troubleshoot and fix. Step 1: Unpack the jar file to see what’s inside: In my case this is what I got. all the native DLLs were … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment