Hi any simple springboot project anyone have with explanations?

|
utsav_44 2022-08-23 07:16:42
Any one have ocja question or preparation material
VAifonin 2022-08-23 07:17:57
DecimalFormatSymbols customSymbols = new DecimalFormatSymbols();
customSymbols.setDecimalSeparator(‘.’);
customSymbols.setGroupingSeparator(‘,’);
DecimalFormat formatCustom = new DecimalFormat(“#,###,###.00”, customSymbols);
BigDecimal bigDecimal = new BigDecimal(“1234567.00”);
String result = formatCustom.format(bigDecimal);
1,234,567.00
prawi98 2022-08-23 09:07:56
Hi can anyone refer me in global logic
Inseption 2022-08-23 09:13:20
Guys anyone have a update on Screening test and placement please suggest.

I joined NASSCOM Java full stack developer in April. I completed core java advance java HTML CSS Javascript Oracle

Inseption 2022-08-23 09:13:37
Inseption 2022-08-23 09:13:20
Guys anyone have a update on Screening test and placement please suggest.

I joined NASSCOM Java full stack developer in April. I completed core java advance java HTML CSS Javascript Oracle

From Naresh IT

sa ag 2022-08-23 09:38:07
Anyone know about x.509 support
VAifonin 2022-08-23 09:39:34
sa ag 2022-08-23 09:38:07
Anyone know about x.509 support

Yes.
bouncycastle?

sa ag 2022-08-23 09:40:16
VAifonin 2022-08-23 09:39:34
Yes.
bouncycastle?

Ping me

VAifonin 2022-08-23 09:40:30
sa ag 2022-08-23 09:40:16
Ping me

https://www.bouncycastle.org/fips-java/BCFipsIn100.pdf

VAifonin 2022-08-23 09:41:38
sa ag 2022-08-23 09:40:16
Ping me

springbootmicroservices-74519.jpg

Maverick_Magesh 2022-08-23 11:18:47
Yes
ANN 2022-08-23 11:55:05
Any one know about tenant management service application in spring boot
Saravana Pandiyan 2022-08-23 13:52:07
Let me elaborate, he or she would have joined the company with fake experience, to complete the daily assignments in the project they find someone (this person is called supporter) he or she has to complete or help them to complete the task assigned, and they will pay for it.
Akkisharma03 2022-08-23 14:05:31
Any one have springmvc project
Akkisharma03 2022-08-23 14:06:06
In which we can add edit or update our employee…without using hibernate
Akkisharma03 2022-08-23 14:06:22
If anyone have …please help me
Imad_MD 2022-08-23 14:09:29
It’s been a while since I’ve used keycloak for one of my clients but yeah I m pretty confident.
But I’m looking for part time job. Is it possible?
Member 2022-08-23 14:43:32
How to call external api by internal api?
J8278 – Smrutiranjan Dash 2022-08-23 14:58:42
Any suggest me which sir is best for power bi
Yusufbek2020 2022-08-23 14:59:01
hi i need help
Yusufbek2020 2022-08-23 14:59:11
does session live longer or request more
priyasy 2022-08-23 15:08:20
Hello can anyone help me
priyasy 2022-08-23 15:08:31
To complete my spring boot assignment
priyasy 2022-08-23 15:08:38
Just basic one plzzzz
Arya 2022-08-23 15:09:25
Yes ..
Abhishek Gupta 2022-08-23 15:47:47
Member 2022-08-23 14:43:32
How to call external api by internal api?

Using webclient

equity Investor 2022-08-23 16:20:38
hi any simple springboot project anyone have with explanations?
Imad_MD 2022-08-23 16:21:52
priyasy 2022-08-23 15:08:38
Just basic one plzzzz

Contact me on DM

Imad_MD 2022-08-23 16:23:16
Member 2022-08-23 14:43:32
How to call external api by internal api?

If it’s really big data I suggested being reactive, so you go for Webflux

If it’s simple calls you can use Web Client

NinjaTele1 2022-08-23 16:24:38
Any good course or website to learn distributed transactions in depth?
|