โ prev | next โ
PrabhBhatia 2022-09-20 19:26:45
Dinesh Sanjeevi 2022-09-20 19:23:32
Can I start learning Java at the age of 32? Can I expect a bright future and a job in programming?
Yes.
PrabhBhatia 2022-09-20 19:27:06
Instead of Java Devops has got more brighter future
Backhere 2022-09-20 19:27:52
PrabhBhatia 2022-09-20 19:27:06
Instead of Java Devops has got more brighter future
i do believe that too, devops plus golang, and i am a java developer๐
๐
Debiprasad Dash 2022-09-20 19:29:03
As per your intrest you can choose
Dinesh Sanjeevi 2022-09-20 19:29:59
Debiprasad Dash 2022-09-20 19:29:03
As per your intrest you can choose
Sure
Backhere 2022-09-20 19:30:01
Debiprasad Dash 2022-09-20 19:29:03
As per your intrest you can choose
what about your views??
PrabhBhatia 2022-09-20 19:30:13
Backhere 2022-09-20 19:27:52
i do believe that too, devops plus golang, and i am a java developer๐
๐
Java people are doing devops as an extra addon.But someone who is going to start fresh,Devops is pretty much in Demand these days.
Backhere 2022-09-20 19:31:03
PrabhBhatia 2022-09-20 19:30:13
Java people are doing devops as an extra addon.But someone who is going to start fresh,Devops is pretty much in Demand these days.
very true, even i have done with docker recently๐
๐
Backhere 2022-09-20 19:31:11
still learning though
Debiprasad Dash 2022-09-20 19:31:25
Backhere 2022-09-20 19:31:11
still learning though
Learning never ends ๐
Backhere 2022-09-20 19:31:41
Debiprasad Dash 2022-09-20 19:31:25
Learning never ends ๐
๐
๐
true
Debiprasad Dash 2022-09-20 19:33:39
Guys
What is the difference between
FileSystemXmlApplicationnContxt and ClasspathXmlAppplicationContect
MahiGJA 2022-09-20 19:44:42
Debiprasad Dash 2022-09-20 19:33:39
Guys
What is the difference between
FileSystemXmlApplicationnContxt and ClasspathXmlAppplicationContect
Both are using for creating ApplicationContext container in standalone environment.
But
>File systemxmlApplicationcontext uses absolute Or realative path of spring bean cfg file.
>classpathxmlApplicationcontext uses jars and directories which are added to the classpath environmental variable .
Debiprasad Dash 2022-09-20 19:45:41
Filesystem means it will get from any file location
MahiGJA 2022-09-20 19:49:22
Debiprasad Dash 2022-09-20 19:45:41
Filesystem means it will get from any file location
Yaa!!
Those must be xml files only!!
MahiGJA 2022-09-20 19:51:49
Debiprasad Dash 2022-09-20 19:45:41
Filesystem means it will get from any file location
We have to specify entire file path..!!
Nithish Krish 2022-09-20 20:16:46
Anybody know How to connect different tables from 2 microservices using Spring JPA
Backhere 2022-09-20 20:23:16
Nithish Krish 2022-09-20 20:16:46
Anybody know How to connect different tables from 2 microservices using Spring JPA
different tables?? means shared database??
Nithish Krish 2022-09-20 20:23:39
Backhere 2022-09-20 20:23:16
different tables?? means shared database??
Yeah
Nithish Krish 2022-09-20 20:24:05
But entity in microservices have connection
Backhere 2022-09-20 20:24:12
just put same database config in both services
Nithish Krish 2022-09-20 20:25:20
Backhere 2022-09-20 20:24:12
just put same database config in both services
These tables have one to many mapping for some field
Nithish Krish 2022-09-20 20:25:55
How to do it when these entity classes are in different microservices
Nithish Krish 2022-09-20 20:27:04
Nithish Krish 2022-09-20 20:25:20
These tables have one to many mapping for some field
Customer microservices customer entity have mapping with multiple card (entity) in Card Microservices
Backhere 2022-09-20 20:29:08
Nithish Krish 2022-09-20 20:27:04
Customer microservices customer entity have mapping with multiple card (entity) in Card Microservices
you have to duplicate models
Backhere 2022-09-20 20:29:30
create*
Nithish Krish 2022-09-20 20:30:30
Backhere 2022-09-20 20:29:08
you have to duplicate models
Where I need to give mapping annotation, In actual microservices entity or In duplicate model
Backhere 2022-09-20 20:30:58
both places bro
Backhere 2022-09-20 20:31:02
same model
Nithish Krish 2022-09-20 20:31:14
Haa Okay bro I will try it
โ prev | next โ