Store the data generated from PKL files into MongoDB using Spring Boot app #1061
Answered
by
Rasool-Ansari-Shaik
Rasool-Ansari-Shaik
asked this question in
Q&A
-
In continuation to 1060, those 2 pkl files be placed in the resources section of my Spring Boot application. Using Spring Boot application, we need to generate the data from PKL files and store the data into MongoDB collection. |
Beta Was this translation helpful? Give feedback.
Answered by
Rasool-Ansari-Shaik
May 13, 2025
Replies: 1 comment 2 replies
-
What exactly are you trying to store in MongoDB? Is it objects? Or do you want the Pkl files themselves stored in MongoDB? It would help if you can clarify what your goal is. Why is MongoDB important here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got the reference to working examples provided in Spring-boot-example. I tried with these examples with my use case. It is working fine. Thanks very much.