Anyone have experience with deploying Spring Boot applications to Google Cloud appengine?

|
sunny_70 2022-08-01 10:39:36
How to resolve the issue could not resolve the host
vaibhavraje_patil 2022-08-01 10:52:18
Which One Is Best For UI

SUBBA RAJU SIR ..VS SUDHAKR SHARMA SIR ..

vaibhavraje_patil 2022-08-01 10:53:15
vaibhavraje_patil 2022-08-01 10:52:18
Which One Is Best For UI

SUBBA RAJU SIR ..VS SUDHAKR SHARMA SIR ..

If Any One Doing His Batches Pls Updates ..

R 2022-08-01 11:06:20
vaibhavraje_patil 2022-08-01 10:53:15
If Any One Doing His Batches Pls Updates ..

BOTH ARE GOOD FOR UI GO TO SUDHAKAR FOR ONLY HTML,CSS JS GO SUBBA RAJU SIR

PritiD2000 2022-08-01 11:07:28
R 2022-08-01 11:06:20
BOTH ARE GOOD FOR UI GO TO SUDHAKAR FOR ONLY HTML,CSS JS GO SUBBA RAJU SIR

Wht about Durga Prasad sir?

R 2022-08-01 11:07:47
HE IS ALSO GOOD
vaibhavraje_patil 2022-08-01 11:08:15
R 2022-08-01 11:06:20
BOTH ARE GOOD FOR UI GO TO SUDHAKAR FOR ONLY HTML,CSS JS GO SUBBA RAJU SIR

You Mean,

SUDHAKAR Sir 》》》 HTML
SUBBA RAJU Sir 》》 CSS JS

R 2022-08-01 11:08:52
vaibhavraje_patil 2022-08-01 11:08:15
You Mean,

SUDHAKAR Sir 》》》 HTML
SUBBA RAJU Sir 》》 CSS JS

HTML,CSS,JS ,ANGULAR,BOOTSTRAP,MYSQL,NODEJS,ETC ——->

R 2022-08-01 11:08:58
SUDHAKAR SHARMA
R 2022-08-01 11:09:21
HTML,CSS , JS ———->SUBBA RAJU
R 2022-08-01 11:09:54
SUBBA RAJU SIR ONLY FOR HTML,CSS,JS BUT SHARMA SIR FULL STACK UI
vaibhavraje_patil 2022-08-01 11:11:17
One More Last Thing Durations Pls .. Both Of ..
R 2022-08-01 11:13:00
ONLY HTML,CSS JS 2 MONTHS AND FULL STACK UI 5-6 MONTHS I.E UPTO 80 CLASSES
vaibhavraje_patil 2022-08-01 11:14:21
R 2022-08-01 11:13:00
ONLY HTML,CSS JS 2 MONTHS AND FULL STACK UI 5-6 MONTHS I.E UPTO 80 CLASSES

Okay Got It Thanks ..
Your Dimond Of Our Group ..

SexiestDude 2022-08-01 11:55:13
A field i don’t want in Group by clause but want in select query …………….it says ERROR: column “d.issue_date” must appear in the GROUP BY clause or be used in an aggregate function….
How do i pass it now ?
Yaswanth.G 2022-08-01 12:08:24
springbootmicroservices-71071.jpg
Can anyone here please help me in solve this error?
While trying to run eclispe application

I tried updating the configuration. Inc file also

Amir_hossein_1999 2022-08-01 12:44:02
Hi guys,
Anyone have experience with deploying Spring Boot applications to Google Cloud appengine?
I have problems after deploying to appengine. In fact when I call REST APIs, Appengine returns 404 error.
(Everything works fine when I run the application locally)
akshaysangle 2022-08-01 14:20:02
model.addAttribute(“user”, new User()) ; what is purpose of new User() here
akshaysangle 2022-08-01 14:21:51
Any one explain??
Neslihan 2022-08-01 14:25:57
enjoyLifeMJ 2022-08-01 10:23:41
Object initializatin failed.. And I see dependency issue in Log4jConfigurer.init.. check you dependencies..

What should I do for it ? Can you help me

Prashant 2022-08-01 14:43:19
springbootmicroservices-71092.jpg
Can anyone tell how do I get that finalList
Abhishek Gupta 2022-08-01 14:50:24
Prashant 2022-08-01 14:43:19
Can anyone tell how do I get that finalList

Iterate over map using Entry class and check with your list the get the value for the key

ArJuNdO 2022-08-01 14:51:16
List finalist = list1.stream().filter(map::containsKey).collector(toList(map::get));
enjoyLifeMJ 2022-08-01 15:17:09
Neslihan 2022-08-01 14:25:57
What should I do for it ? Can you help me

you must imported some wrong version of log4j dependecnies.. if you are using spring boot, then user spring boot depedency manager to manage these dependencies.. Use spring initializer web to generate your project pom..

jatinderaujla 2022-08-01 16:03:45
There is no .m2 folder there and maven is not used thats why not able these options.
Avi 2022-08-01 16:21:23
Prashant 2022-08-01 14:43:19
Can anyone tell how do I get that finalList

List final= List1.stream ().map (m::get).collect (Collectors.toList ());

Kyria_matondo 2022-08-01 17:23:26
Hii ! Can someone help me understand spring security?
Robux 2022-08-01 17:49:36
Kyria_matondo 2022-08-01 17:23:26
Hii ! Can someone help me understand spring security?

Spring Security | FULL COURSEYouTube
Spring Security is a powerful and highly customisable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.

Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements

In this full course you will learn everything in detail about Spring Security. Before you begin this course you need to at least have a basic knowledge about Java and Spring Boot.

👉🏾Download repo here: http://bit.ly/2PujUEn or git clone git@github.com:amigoscode/spring-boot-security-course.git
👉🏾Full course also available here: https://amigoscode.com/courses/spring-boot-security
👉🏾Join private Facebook group: http://bit.ly/2FbuIkx

⭐ Timestamps ⭐

00:00 INTRO
01:48 QUICK WORD BEFORE WE BEGIN
02:33 BOOTSTRAPPING
05:47 RUNNING APP WITH INTELLIJ
10:19 – LETS BUILD AN API
17:12 – INSTALLING SPRING SECURITY
20:16 – FORM BASED AUTHENTICATION OVERVIEW
25:28 – BASIC AUTH OVERVIEW
28:39 – BASIC AUTH
34:12 – POSTMAN
38:06 – ANT MATCHERS
42:37 – APPLICATION USERS
45:51 – IN MEMORY USER DETAILS MANAGER
50:39 – PASSWORD ENCODING WITH BCRYPT
56:05 – ROLES AND PERMISSIONS
59:05 – ADMIN USER
1:01:51 – ROLES & PERMISSIONS USING ENUMS
1:10:08 – ROLE BASED AUTHENTICATION
1:16:22 – PERMISSION BASED AUTHENTICATION
1:25:58 – DISABLING CSRF
1:32:54 – hasAuthority()
1:36:49 – ADDING AUTHORITIES TO USERS
1:45:22 – PERMISSION BASED AUTHENTICATION IN ACTION
1:48:37 – ORDER DOES MATTER
1:51:11 – preAuthorize()
1:56:57 – UNDERSTANDING CSRF
2:03:30 – CSRF TOKEN
2:08:10 – HOW CSRF TOKEN GENERATION WORKS
2:12:29 – LETS DISABLE CSRF AGAIN
2:14:10 – FORM BASED AUTHENTICATION
2:17:15 – ENABLE FORM BASED AUTHENTICATION
2:20:39 – SESSION ID
2:24:20 – CUSTOM LOGIN PAGE
2:32:30 – REDIRECT AFTER SUCCESS LOGIN
2:35:04 – REMEMBER ME
2:40:00 – REMEMBER ME COOKIE AND EXTRA OPTIONS
2:45:20 – LOGOUT
2:53:41 – LOGOUT BUTTON
2:58:00 – PASSWORD, USERNAME, REMEMBER-ME PARAMETERS
3:00:29 – DB AUTHENTICATION OVERVIEW
3:09:00 – APPLICATION USER CLASS
3:09:17 – APPLICATION USER SERVICE
3:10:21 – APPLICATION USER CLASS
3:11:43 – APPLICATION USER DAO INTERFACE
3:15:00 – FAKE APPLICATION USER SERVICE
3:25:19 – DAO AUTHENTICATION PROVIDER
3:33:54 – HELLO
3:35:24 – INTRO TO JSON WEB TOKEN (JWT)
3:42:30 – JWT LIBRARY
3:46:16 – JwtUsernameAndPasswordAuthenticationFilter – attemptAuthentication()
3:54:34 – JwtUsernameAndPasswordAuthenticationFilter – successfulAuthentication
4:01:45 – REQUEST FILTERS
4:04:06 – FILTERS AND STATELESS SESSIONS
4:08:02 – JWT USERNAME AND PASSWORD FILTER
4:14:36 – JWT TOKEN VERIFIER FILTER
4:29:49 – JWT TOKEN VERIFIER FILTER IN ACTION
4:39:10 – JWT CONFIG
4:49:24 – JWT CONFIG IN ACTION
4:55:00 – QUICK WORD ABOUT JWT

⭐️ FEW MORE THINGS BEFORE I FORGET ⭐️

▶️ Don’t forget to subscribe | http://bit.ly/2HpF5V8
▶️ Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
▶️ Follow me on Instagram | http://bit.ly/2TSkA9w

Catch you on the next one…

Robux 2022-08-01 17:49:53
This is one of the best free tutorials you can find
Kyria_matondo 2022-08-01 17:50:26
Robux 2022-08-01 17:49:53
This is one of the best free tutorials you can find

Thank you👍🏿

|