If ur return type of method is like List<Warehouses> then if u create a method as per eclipse suggestion it will create as Collection <?

|
sushant_padwal 2022-07-11 10:58:20
Plz help
sushant_padwal 2022-07-11 10:58:24
springbootmicroservices-67577.jpg
Facing this problem 😣
Kingukingu 2022-07-11 11:12:58
Can anyone help to write vod in springboot api for AWS SES
Tarun Vats 2022-07-11 12:55:32
Tarun Vats 2022-07-11 09:07:05
There is a helpdesk ticket system
via springboot

Is it possible for user to reopen the closed ticket if he/she have further queries on that particular ticket raised previously?

Please help

Azert123007 2022-07-11 13:59:34
Tell any spring boot project to add in resume
I’m fresher.
Zelenskyy 2022-07-11 14:39:28
Azert123007 2022-07-11 13:59:34
Tell any spring boot project to add in resume
I’m fresher.

Student management system

Azert123007 2022-07-11 14:47:01
Zelenskyy 2022-07-11 14:39:28
Student management system

Okk
It is like crud application
Is it ok?

Azert123007 2022-07-11 14:47:18
With validation and exceptions
Anonymous 2022-07-11 14:59:47
My spring code gives this error Ssl required to authenticate.remote address 103.149.59.2 is secure false,ssl required external.I am giving the correct jwt token.anybody knows what’s the issue was
Zelenskyy 2022-07-11 15:10:42
Azert123007 2022-07-11 14:47:01
Okk
It is like crud application
Is it ok?

Yess

Yogesh 2022-07-11 15:21:47
Azert123007 2022-07-11 14:47:01
Okk
It is like crud application
Is it ok?

In fact you can take any simple project…but learn all the concept well and practice it. No one cares what is your project… rather more important is your contribution to the project.

Yogesh 2022-07-11 15:23:02
Many times people get confused and can’t answer even basic questions when asked in interviews…
Yogesh 2022-07-11 15:23:55
So focus on making your concepts strong…usage in the project…and architecture of the project.
Azert123007 2022-07-11 15:26:11
Yogesh 2022-07-11 15:23:55
So focus on making your concepts strong…usage in the project…and architecture of the project.

Thanks for suggestions ☺️

Amit_11111111111 2022-07-11 15:30:54
Anyone interested to work on realtime project spring boot microservices DM me personally
Frenando yassine 2022-07-11 15:39:38
Can anyone explain me parameter like this
Frenando yassine 2022-07-11 15:40:22
Collection<? Extends grantedautority> auth
Frenando yassine 2022-07-11 15:40:35
Why using ?
Ramya 2022-07-11 16:46:15
Frenando yassine 2022-07-11 15:40:22
Collection<? Extends grantedautority> auth

Java Generics Tutorial – 05 – Generics and WildCards – Upper Bound and Lower BoundYouTube
Java Generics Tutorial. Generics and WildCards Upper Bound and Lower Bound.
Complete Course 200 Videos, 24 Hours – JAVA PROGRAMMING for Complete Beginners in 250 Steps – https://links.in28minutes.com/in28minutes-java

Follow Ranga on LinkedIn – https://www.linkedin.com/posts/rangakaranam_thank-you-keep-learning-every-day-our-activity-6687560624949485569-1Wic

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Our Top 10 Courses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 Courses. 500,000 Learners. Amazing Reviews.

► 1. Master DEVOPS with Docker, Kubernetes and Azure DevOps – https://links.in28minutes.com/DevOps-SBT
► 2. Become FULL STACK DEVELOPER with SPRING BOOT and REACT – https://links.in28minutes.com/in28minutes-React
► 3. Master MICROSERVICES with Spring Boot and Spring Cloud – https://links.in28minutes.com/in28minutes-Microservices
► 4. Become AWS CERTIFIED Solution Architect – https://links.in28minutes.com/aws-architect-associate-certification
► 5. Learn SPRING in 100 Steps – https://links.in28minutes.com/in28minutes-Spring
► 6. JAVA PROGRAMMING for Complete Beginners in 250 Steps – https://links.in28minutes.com/in28minutes-java
► 7. Go FULL STACK DEVELOPER with Spring Boot and Angular – https://links.in28minutes.com/in28minutes-angular
► 8. Master Java Unit Testing with Spring Boot & Mockito – https://links.in28minutes.com/in28minutes-spring-testing
► 9. Spring INTERVIEW GUIDE – https://links.in28minutes.com/in28minutes-spring-interview
► 10. Java INTERVIEW GUIDE – https://links.in28minutes.com/in28minutes-java-interview

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FREE Courses For You
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

► 01. Learn Full Stack, AWS, Cloud, and Microservices – https://www.youtube.com/playlist?list=PLBBog2r6uMCTM_CKntPT-GIMR2-4d55Un
► 02. Learn Spring and Spring Boot in 5 DAYS – https://links.in28minutes.com/5-day-spring-spring-boot
► 03. AWS Certified Solutions Architect Associate – https://links.in28minutes.com/sbt-teachable-aws-solution-architect
► 04. Getting Started with DevOps and Cloud – https://links.in28minutes.com/5-day-spring-spring-boot
► 05. Learn Docker in 10 Steps – https://links.in28minutes.com/in28minutes-10steps-docker
► 06. Learn Kubernetes in 10 Steps – https://links.in28minutes.com/in28minutes-10steps-k8s
► 07. Learn AWS in 10 Steps – https://links.in28minutes.com/in28minutes-10steps-aws-beanstalk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Other Recommendations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

► MOST WATCHED VIDEOS – https://www.youtube.com/playlist?list=PLBBog2r6uMCQhZaQ9vUT5zJWXzz-f49k1
► 25 PLAYLISTS – https://www.youtube.com/user/rithustutorials/playlists?view=1&sort=lad&flow=list

Join our Facebook Group – https://www.facebook.com/groups/in28minutes/
Checkout all our awesome courses – https://courses.in28minutes.com/p/in28minutes-course-guide

Step By Step Details
~~~~~~~~~~~~~~~~~~~~~
– Step 01 – Introduction to Generics – Why do we need Generics?
– Step 02 – Implementing Generics for the Custom List
– Step 03 – Extending Custom List with a Generic Return Method
– Step 04 – Generics Puzzles – Restrictions with extends and Generic Methods
– Step 05 – Generics and WildCards – Upper Bound and Lower Bound

Ramya 2022-07-11 16:52:04
Refer that video for better understanding .. if ur return type of method is like List<Warehouses> then if u create a method as per eclipse suggestion it will create as Collection <? extends Warehouses> kind of generic type same as List<Warehouses> but subclass of warehouses too applicable
G Vk 2022-07-11 16:59:38
Can any one have this code
G Vk 2022-07-11 16:59:51
List<Integer> elements = new ArrayList<Integer>(); elements.add(2); elements.add(30); elements.add(10); elements.add(34); elements.add(90); elements.add(100); elements.add(8); need to remove all element which are greater than 30 using lambda expression without using temprorary list
J8330 Vishnu muniganti 2022-07-11 17:06:42
springbootmicroservices-67613.jpg
if i try to open source file showing error like this
any one can help me
Debiprasad Dash 2022-07-11 17:07:14
J8330 Vishnu muniganti 2022-07-11 17:06:42
if i try to open source file showing error like this
any one can help me

Are you using maven

sushant_padwal 2022-07-11 17:07:39
sushant_padwal 2022-07-11 10:58:24
Facing this problem 😣

Plz help me 😭😭

J8330 Vishnu muniganti 2022-07-11 17:07:59
Debiprasad Dash 2022-07-11 17:07:14
Are you using maven

maven is there but i am not selected

Debiprasad Dash 2022-07-11 17:08:19
J8330 Vishnu muniganti 2022-07-11 17:07:59
maven is there but i am not selected

Means u r using normal project

Debiprasad Dash 2022-07-11 17:08:28
sushant_padwal 2022-07-11 17:07:39
Plz help me 😭😭

Which ide are u using

J8330 Vishnu muniganti 2022-07-11 17:08:29
not a maven project
dynamic web project
Debiprasad Dash 2022-07-11 17:09:07
J8330 Vishnu muniganti 2022-07-11 17:08:29
not a maven project
dynamic web project

OK then u have to install decompiler in eclipse
Search in youtube u will get the steps

|