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?
I am invoking google composer dag using ms rest api , I am getting 302 redirect statue code , does it really need to handle ?
How spring call impleted class methoda even if we could not include it?
Hi everyone, can anyone please suggest me any DSA COURSE with JAVA?
Anyone who knows please?
even though Post Request also can perform Get functionality, why do we go for Get Request then?
could someone please explain?
I would like to ask why we have injected interface rather than implemented class (service) on controller?
Here’s native query in Repository

I am invoking google composer dag using ms rest api , I am getting 302 redirect statue code , does it really need to handle ?
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
Go to facebook and search for The Java Temple .There u will find notes
Not opening

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
I would like to ask why we have injected interface rather than implemented class (service) on controller?
https://mega.nz/folder/rYpSnb7A#qLR-8YvCh-vykthwPtoXmw/
74805 files and 8106 subfolders
I would like to ask why we have injected interface rather than implemented class (service) on controller?
Anyone who knows please?
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
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 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.
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
Simple divide… Whatever you put it … Shows the count
no field or methods in simple words u can say empty interface .
Ex – Serializable, Cloneable, and Remote
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
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
❗️提供有效号段免费号码生成,可指定国家❗️
❗️专注全球号码检测,高效精筛每条数据❗️
❗️让您每个资料都真实有效,国际号码检测开创者❗️
❗️ 先到先得,免费测试一定数量❗️ WFM
❗️提供有效号段免费号码生成,可指定国家❗️
❗️专注全球号码检测,高效精筛每条数据❗️
❗️让您每个资料都真实有效,国际号码检测开创者❗️
❗️ 先到先得,免费测试一定数量❗️ WFM
English
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.
even though Post Request also can perform Get functionality, why do we go for Get Request then?
could someone please explain?
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