← prev | next →
dontwikeit 2022-06-30 23:10:52
Which is easy to learn django or spring boot
imk9x6 2022-06-30 23:13:39
dontwikeit 2022-06-30 23:10:52
Which is easy to learn django or spring boot
I think Django because everything in Python is simpler
dontwikeit 2022-06-30 23:14:09
imk9x6 2022-06-30 23:13:39
I think Django because everything in Python is simpler
No i mean like learning wise because
dontwikeit 2022-06-30 23:14:21
I cant get good resource to learn spring boot
dontwikeit 2022-06-30 23:14:42
Any youtube channel that have full course of it
Anmol Rajput 2022-07-01 00:33:34
Can i join 100 percent job guranteed full stack java batch now… As it has been started on 27 th june
J U D E 2022-07-01 01:30:00
Hello Guys,My name is Jude and Im beginner in java willing to learn spring boot for backend development do u think is a good idea?
sanathad 2022-07-01 01:59:07
Can someone suggest best way to keep credit card numbers in DB? Any architecture suggestion for pci-dss. TIA.
DJAOURA Frederic 2022-07-01 02:07:41
please can someone resend the youtube video that used to manage user profile with spring boot and angular?
mashhurs 2022-07-01 03:03:40
sanathad 2022-07-01 01:59:07
Can someone suggest best way to keep credit card numbers in DB? Any architecture suggestion for pci-dss. TIA.
not sure what kinda service you are building. if you are middleware between bank and client, why don’t you bypass (saving only 4digits)?! if you are developing a bank service, then my knowledge is also limited but definitely keep it encrypted. Clients use public key to encrypt and send, then you will need to (in backend) decrypt with your/server’s private key to decrypt. Be careful any serialization/deserialization processes when encrypting/decrypting. Also, I would suggest making SSL mandatory for your all networks including internals.
bvy85 2022-07-01 04:04:44
Mr_Adwern 2022-06-30 20:29:32
The system iterate the list in the spring form but when I save a new Product it save also the Category… So i can’t add a product because the category have unique index and I got the exception of duplicate key
Can you define @onetomany in category class also and try
guptacsk 2022-07-01 07:05:30
Thank you.
RK 2022-07-01 08:08:43
Do anyone have idea how to resolve the gradle error
RK 2022-07-01 08:09:01
Although gradle home is set facing this issue
kraj2309 2022-07-01 08:42:33
ImVickkie 2022-06-30 17:53:56
Backend road map
Please resend hd quality
Vaishnavi Wankhede 2022-07-01 09:37:27
Anyone know apgi and kong
Nag Arjun 2022-07-01 11:46:23
Ping me crm project entities and tables
Nag Arjun 2022-07-01 11:46:36
In maven
Rohit_pandey484 2022-07-01 11:50:03
Guys anyone have any idea for making major projects???
If have please send resources I checked the YouTube and Google but not founded in sufficient way
Rajatg01 2022-07-01 11:50:09

Hi I am getting this while making normal page of CommonsMultipartFile by using spring MVC
While I also define profile name in that JSP page and also inside Request parameter
Rajatg01 2022-07-01 11:50:17
Rajatg01 2022-07-01 11:50:17
krishnamoorthi1804 2022-07-01 12:40:24
Hi pls help me I cannot connect with h2 data base if use curd repository method User_deo.save(user) user is a user class object I have 2 non static variable it.it show whitelabel error if I use this method User_deo.save(user) it show perfect answer if I does not use that method but I couldn’t save my data in h2 data base pls help me
thealekss 2022-07-01 13:00:48
Hi guys. I have a list of 100 000 elements.
I want to create a new list that will reference first 10 000 elements of that list
thealekss 2022-07-01 13:00:54
how can i do that?
krishnamoorthi1804 2022-07-01 13:06:51
krishnamoorthi1804 2022-07-01 12:40:24
Hi pls help me I cannot connect with h2 data base if use curd repository method User_deo.save(user) user is a user class object I have 2 non static variable it.it show whitelabel error if I use this method User_deo.save(user) it show perfect answer if I does not use that method but I couldn’t save my data in h2 data base pls help me
any one can help me
Vaishnavi Wankhede 2022-07-01 13:08:26
Hii anyone know how to migrate apigee to kong
Crazy_devplr 2022-07-01 13:14:35
thealekss 2022-07-01 13:00:48
Hi guys. I have a list of 100 000 elements.
I want to create a new list that will reference first 10 000 elements of that list
Check limit() in stream api
thealekss 2022-07-01 13:16:22
Crazy_devplr 2022-07-01 13:14:35
Check limit() in stream api
I have another task. I have 100 000 elements. I need to delete these elemtns from database by chuncks of 10 000 elements.
← prev | next →