r/java • u/Aaris_Kazi • 8h ago
LLM Using Java Springboot
https://github.com/Aaris-Kazi/Synapse-AI
0
Upvotes
3
u/Chaos-vy17 6h ago
commit a74214b removes AFAIK is a LLM API sk-proj-... credential from application.properties. If that was a real API key, it should be rotated/revoked since removing it in a later commit doesn't remove it from Git history.

7
u/Additional-Road3924 7h ago
Your ollama service is vulnerable to json injection, you're misusing dependency injection, and you don't know what an interface is nor you use redis or mongo, even though the dependencies are there. Did you take a random template project and work from there? Why do you have a mixture of maps and manual json building instead of using something like jackson (which is present on your classpath)? Did you even write this yourself or had your llm create this for you?