I have a database running in local machine which i can access it using 127.0.0.1 or localhost, I need to access this database from my spring boot application which is deployed in local minikube kubernetes cluster.
how can i do that.
Use the external IP of your machine (f.e. wifi or ethernet) and connect to that. Be aware that you need to expose your database externally in that case.
How to prevent a token created with OAuth 2.0 from expiring?
Im making a Uber clone app and whenever the driver receives a request he can accept it or decline it, but I want to add a feature where if the driver doesn't accept or decline the request within 8 second I want to decline it automatically
I have a pojo class XModeljava with fields -> f1, f2, f3, f4, f5, f6 all string and
I'm developing a jar library and trying to inject an interceptor from external jar library to Application
I have a project with complicated build setup (parent POM's with parent POM's) and so it happens that my compiler plugin executes with mavencompiler