← prev | next →
Tarun Vats 2022-07-24 22:00:40
hey anyone knows how to integrate google maps in existing springboot and angular application.
Dheeraj_Khushalani 2022-07-24 22:05:47
Tarun Vats 2022-07-24 22:00:40
hey anyone knows how to integrate google maps in existing springboot and angular application.
Use Google maps in frontend, send and store coordinate in backend. I personally not used it in springboot application. There must be some sdk or maven dependency for it.
Tarun Vats 2022-07-24 22:07:00
ok and reference if you can provide?
Anonymous_00007 2022-07-24 23:47:05
# 2022-07-24 16:44:54
Anyone have collections full tutorial link
Durgasoft youtube channel
Senior Dev 2022-07-25 00:23:28
I am very happy to be joining here.
Senior Dev 2022-07-25 00:25:17
I am a senior full stack developer with full experience in Java, Spring Boot, Microsercices and J2EE.
If anyone needs my help, don’t hesitate to contact me.
Amir_m32 2022-07-25 00:47:02
I have 100000 products and 500 categories. every product is in 10 categories. products and categories are in many to many relation. i want to find 10 most related products by category.
for example product
P1 is in 1,2,3,4,5 categories.
P2 is in 4,5,6,7,8 categories.
P3 is in 2,3,4,5,6 categories.
the most related product to P1 is P3.because they are common in 4 categories. i need a query to get 10 most related product to a specific product.
is this query costly in performance?
Problem_Solved 2022-07-25 04:09:10
Amir_m32 2022-07-25 00:47:02
I have 100000 products and 500 categories. every product is in 10 categories. products and categories are in many to many relation. i want to find 10 most related products by category.
for example product
P1 is in 1,2,3,4,5 categories.
P2 is in 4,5,6,7,8 categories.
P3 is in 2,3,4,5,6 categories.
the most related product to P1 is P3.because they are common in 4 categories. i need a query to get 10 most related product to a specific product.
is this query costly in performance?
I’m toh wondering what will be the query?
Backhere 2022-07-25 05:26:07
Amir_m32 2022-07-25 00:47:02
I have 100000 products and 500 categories. every product is in 10 categories. products and categories are in many to many relation. i want to find 10 most related products by category.
for example product
P1 is in 1,2,3,4,5 categories.
P2 is in 4,5,6,7,8 categories.
P3 is in 2,3,4,5,6 categories.
the most related product to P1 is P3.because they are common in 4 categories. i need a query to get 10 most related product to a specific product.
is this query costly in performance?
definately it will be more costly in then we can think if we consider normal data tables,
Backhere 2022-07-25 05:26:37
to perform this you need to think of some different way of storing docs.
Backhere 2022-07-25 07:19:05
Amir_m32 2022-07-25 00:47:02
I have 100000 products and 500 categories. every product is in 10 categories. products and categories are in many to many relation. i want to find 10 most related products by category.
for example product
P1 is in 1,2,3,4,5 categories.
P2 is in 4,5,6,7,8 categories.
P3 is in 2,3,4,5,6 categories.
the most related product to P1 is P3.because they are common in 4 categories. i need a query to get 10 most related product to a specific product.
is this query costly in performance?
one thing you can takeout is categories of the product you have and perform search but , some sort of scoring is needed so that you can have relevant results
Uday 2022-07-25 07:39:50
Any one know how to do pagination with jdbc template
Uday 2022-07-25 07:40:51
Cause jpa repository i know.. already i did bt i need to do with jdbc template
leelar156 2022-07-25 08:36:30
leelar156 2022-07-25 08:37:17
Hey guys, I fetched data using JavaScript but I got some errors.
How can I fix this?
leelar156 2022-07-25 08:39:25
leelar156 2022-07-25 08:36:30
This API is generated by spring boot application
Zelenskyy 2022-07-25 08:55:13
What’s happening
Sruuthiiiii 2022-07-25 09:56:56
Sruuthiiiii 2022-07-25 09:57:06
While writing testcases I m getting this error
Jj Jj 2022-07-25 10:04:34
Hi Guys,
Please subscribe and share to my YouTube channel.
Here you will find most amazing tech knowledge recently I have made video on kubernates POD
How does Kubernetes create a Pod? PART 1 –
YouTubeKubernetes Networking | Kubernetes Container Networking | Kubernetes Pods and Containers | Kubernetes Container Communication | Kubernetes Container Port
Sakshi 2022-07-25 10:06:46
whats generic one in exception??
Jitendra bansal 2022-07-25 10:20:58
Sakshi 2022-07-25 10:06:46
whats generic one in exception??
Matlab
Akkisharma03 2022-07-25 10:37:48
How to show the dynamic date in jsp using spring MVC please help
Akkisharma03 2022-07-25 10:38:15
Anyone plzee guide
Akkisharma03 2022-07-25 10:38:22
It’s urgent
choslovaki 2022-07-25 10:48:05
anyone using kafka
Sakshi 2022-07-25 11:34:23
Jitendra bansal 2022-07-25 10:20:58
Matlab
In exception there is one concept generic one ..
pragya0508 2022-07-25 11:46:36
Hey any best resource to learn contract testing for java Microservices
Jitendra bansal 2022-07-25 11:50:28
Sakshi 2022-07-25 11:34:23
In exception there is one concept generic one ..
Try with resource is available in Java
Amit Kumar Jha 2022-07-25 11:58:36
Stream<String> stream = Stream.of(“ab”,”bc”); –> how to print this stream 2 times using foreach
← prev | next →