Everyone I need to change my MySQL native query in Spring Repository to SQL Server native query, is there any way to do that?

|
Tona_Orn 2022-07-21 17:59:52
Hello everyone I need to change my MySQL native query in Spring Repository to SQL Server native query, is there any way to do that?
Here’s native query in Repository
Tona_Orn 2022-07-21 17:59:54
springbootmicroservices-69148.jpg

S!D 2022-07-21 18:23:54
Hi team need one suggestions

I am invoking google composer dag using ms rest api , I am getting 302 redirect statue code , does it really need to handle ?

S!D 2022-07-21 18:24:03
How we can handle this can anyone please suggest
resanetanz 2022-07-21 18:43:23
Hi everybody , i searched similar to celery (python) in java for (task queue), but nothing found useful.can anybody help me?
Harshu Mahajan 2022-07-21 19:58:13
Anyone have spring boot material
Harshu Mahajan 2022-07-21 19:58:38
Plz provide
Unknown me 2022-07-21 20:12:01
Hii Can anyone answer for below 👇

I have 2 fields A & B… A field is dropdown having 1, 2,3,4 values . If A field value is 4 then only B should display as null automatically

How can we write in spring boot

Wigglesworth Moses 2022-07-21 20:20:40
Harshu Mahajan 2022-07-21 19:58:13
Anyone have spring boot material

Go to facebook and search for The Java Temple .There u will find notes

Boom 2022-07-21 20:31:52
Wigglesworth Moses 2022-07-21 20:20:40
Go to facebook and search for The Java Temple .There u will find notes

Not opening

Wigglesworth Moses 2022-07-21 20:33:17
https://www.facebook.com/download/687900765371304/PDFsLink.txt?av=100073538007792&eav=AfanEMnAB9nnQX_pMl7k8pYblyJgMapcEACCqZ8SetnPNr1LHT9Qdhe819FOg6J8FXQ&paipv=0&hash=AcoqOcA61rZSbg2GPjM&__cft__[0]=AZUHJEHRVR3igG1HaQ62Chrep_VMB5Nv839jlvjvW_IDYh5x0uup7_5jSDcIw7w1fOWzWWVLgpK741imYRls_sSUdphTvEXcRgoZhQVH-8F317nWRWivetdSE2ge-ZNMC7tYzFPxDqJ5S20R-duXwyg3&__tn__=H-R
thush441 2022-07-21 23:13:55
springbootmicroservices-69177.jpg
Can someone suggest a solution to this please, i am using ojdbc8 and trying to connect to a database, getting error as timezone region not found
thush441 2022-07-21 23:14:05
Please help me out
Mert Cömert 2022-07-21 23:25:45
Hi everyone
I would like to ask why we have injected interface rather than implemented class (service) on controller?
Mert Cömert 2022-07-21 23:27:31
How spring call impleted class methoda even if we could not include it?
Santosh Mugali 2022-07-21 23:27:32
Just_swagatika 2022-07-12 20:10:08
Hi everyone, can anyone please suggest me any DSA COURSE with JAVA?

https://mega.nz/folder/rYpSnb7A#qLR-8YvCh-vykthwPtoXmw/

2.69 TB folder on MEGAmega.nz
74805 files and 8106 subfolders
Mert Cömert 2022-07-21 23:27:57
Mert Cömert 2022-07-21 23:25:45
Hi everyone
I would like to ask why we have injected interface rather than implemented class (service) on controller?

Anyone who knows please?

dontwikeit 2022-07-21 23:35:47
Do anyone use heroku for deployment
SexiestDude 2022-07-21 23:37:38
Adilkhan_Ab 2022-07-21 17:44:19
hi all

I wrote code without errors but when I try to run, he says that

Port 8080 was already in use.

Action:

Identify and stop the process that’s listening on port 8080 or configure this application to listen on another port.

I changed server.port=8081(also tried like 2121,4563, etc.) but each time he says that this port is busy

What’s wrong?

Use netstat command bro

SexiestDude 2022-07-21 23:38:40
Unknown me 2022-07-21 20:12:01
Hii Can anyone answer for below 👇

I have 2 fields A & B… A field is dropdown having 1, 2,3,4 values . If A field value is 4 then only B should display as null automatically

How can we write in spring boot

https://www.javatpoint.com/spring-mvc-form-drop-down-list

Spring MVC Form Drop-Down List – javatpointwww.javatpoint.com
Spring MVC Form Drop-Down List with examples, spring aop tutorial, spring dependency injection, spring mvc tutorial, spring jdbctemplate, spring hibernate, spring data jpa, spring remoting, spring mvs, multiple view page, model interface, form tag library, text field, form check box, applications, crud example, file upload example, mvc tiles, drop-down list, radio button etc.
SexiestDude 2022-07-21 23:43:11
salil_here 2022-07-21 16:50:14
How to create api to get all values which are present in enum class

public enum DaysOfWeekEnum { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY }

Now you can iterate through loop

Or

Iterate through stream

Or

Iterate through for each

Or iterate using enumSet

Like many ways

SexiestDude 2022-07-21 23:54:31
Priya Sharma 2022-07-21 13:40:12

Simple divide… Whatever you put it … Shows the count

SexiestDude 2022-07-21 23:57:35
Sakshi 2022-07-21 10:09:13
What’s marker interface?? Why we r using ?

no field or methods in simple words u can say empty interface .
Ex – Serializable, Cloneable, and Remote

SexiestDude 2022-07-22 04:07:49
sakenamir 2022-07-20 14:50:13
Hello there!
Guys, I need advice: where can I learn Spring Boot? What courses or website do you recommend?
Thank you!

Use any youtube channel if you prefer to watch videos ….. If you love reading…. Go for Javatpoint. In my case i use Javatpoint only …

Institutes can give you a limited knowledge… But when you grow by your own.. you get to learn a lot

AlwiYayayayay 2022-07-22 06:12:29
hello I wanna ask your opinion about it
I just migrated my web service from monolithic to microservice. but when I doing load test between those both, I got bad result that shows microservice is not faster than monolithic.

server spec for monolithic is intel Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz RAM 8gb

and for the microservices, i’m using google compute VM with spec Initel Haswell N1-standard-2

Rosy Sawyer 2022-07-22 06:19:30
🔥全球号码检测🔥
❗️提供有效号段免费号码生成,可指定国家❗️
❗️专注全球号码检测,高效精筛每条数据❗️
❗️让您每个资料都真实有效,国际号码检测开创者❗️
❗️ 先到先得,免费测试一定数量❗️ WFM
SimonPete 2022-07-22 06:29:20
Rosy Sawyer 2022-07-22 06:19:30
🔥全球号码检测🔥
❗️提供有效号段免费号码生成,可指定国家❗️
❗️专注全球号码检测,高效精筛每条数据❗️
❗️让您每个资料都真实有效,国际号码检测开创者❗️
❗️ 先到先得,免费测试一定数量❗️ WFM

English

ArJuNdO 2022-07-22 06:53:30
AlwiYayayayay 2022-07-22 06:12:29
hello I wanna ask your opinion about it
I just migrated my web service from monolithic to microservice. but when I doing load test between those both, I got bad result that shows microservice is not faster than monolithic.

server spec for monolithic is intel Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz RAM 8gb

and for the microservices, i’m using google compute VM with spec Initel Haswell N1-standard-2

Micro services not guarantee speed, its mis consumption. It does gives flexibility write smaller services, easy deployability and maintainability. Throgh which you can scale services up or down as you wish.

If your monolith involves heavy transaction or data depends on other part of the service and if you haven’t considered these challenges while converting into micro services. You might end up with synchronous or chatty services. Which degrade the performance.
Above are 2 main examples there are so many variables based on your existing architecture.

equity Investor 2022-07-22 07:07:23
Hi ‘
even though Post Request also can perform Get functionality, why do we go for Get Request then?
could someone please explain?
Debiprasad Dash 2022-07-22 07:09:49
equity Investor 2022-07-22 07:07:23
Hi ‘
even though Post Request also can perform Get functionality, why do we go for Get Request then?
could someone please explain?

In get request the value shows in header
If we r performing login activity then and if u use get then login details will show in header it’s unsecure so that case use post

|