Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
10 views

Springboot Modelmapper mapping error when occurs mapping

**This is my entitity class ** @Entity @Data public class User implements UserDetails { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String name; ...
Prabashana Jayarathne's user avatar
0 votes
0 answers
20 views

index.html not found spring MVC Rest Angular Deploy in War to Tomcat

Links i've tried: Integration of Angular 5 with Spring MVC 404 Page while running Spring and angular in same port No mapping for GET / in SpringMVC https://www.programming-free.com/2014/01/spring-mvc-...
user3299549's user avatar
0 votes
0 answers
16 views

Any new changes in Angular UI code not reflecting in running war file, generated from Angular and Java Spring code and deployed in wildfly server

I am working on support for one legacy project with below environment: Client: Angular UI, version: 4 Backend developed in: Spring, Server: Wildfly Java version: 8 Below is screenshot of my project ...
user26440830's user avatar
-1 votes
0 answers
32 views

deploy frontend made in angular 13 with parameters in IIS

I need help deploying an Angular 13 frontend in IIS. The application uses URL parameters, but I'm getting a 404 error when deployed.enter image description here The frontend works correctly on ...
Andrea Tabares's user avatar
0 votes
0 answers
44 views

Chrome can't play videos larger than 25 MBs [closed]

I have an client written in angular which makes a call to a REST API written in JAVA to retrieve a file. If the file is a video, I have the option to play the video inside the client using a video ...
Ștefan Jiroveanu's user avatar
-2 votes
0 answers
33 views

CORs error for Spring Boot and Angular app deploying on Render

I deployed my spring boot and angular site on Render. I am getting the following errors: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://...
Tyler Durden's user avatar
-1 votes
1 answer
76 views

Session management in a spring-oauth2-client that works as a gateway

I am implementing a microservices application and for the authentication issue I have used something similar to what @ch4mp proposed in his https://www.baeldung.com/spring-cloud-gateway-bff-oauth2 ...
Andre Gallegos's user avatar
0 votes
1 answer
97 views

CORS issue in Angular application when adding login step

I have a spring boot application that is set up with the auth0 login and the login is working when connecting directly through the browser. However, when adding the Angular front end application I ...
learningProgrammer's user avatar
2 votes
1 answer
190 views

spring boot cookie not save and send by the browser

Hi have an spring boot application that in one service return a cookie with the following code: public ResponseEntity<TokenDTO> login(@RequestBody CredentialsDTO credentials,HttpServletResponse ...
Gabriel García Garrido's user avatar
0 votes
3 answers
102 views

Java - Spring boot - Hibernate JPA - how to force save entity in transactional method api

How to force update bean in Transactional & Async Method in spring boot? I want it to save immediately at specific point and not at the end of the transactional function import javax.transaction....
Ibrahim Ali Mohamed's user avatar
0 votes
1 answer
41 views

JHipster 8.5 get remote IP address from request

I need to obtain the IP of the request that reaches the Resource for business validation purposes. Please help if someone has done it. I have tried: String ipAddress = request.getRemoteAddr(); String ...
René Ortega's user avatar
0 votes
1 answer
63 views

AWS: CORS error in Spring boot + Angular app - on some computers

Elastic Beanstalk - I created environment with Corretto 17. Uploaded JAR of my Spring Boot app. UserController: @RestController @RequestMapping("/api") public class UserController { ... @...
tomylejohns's user avatar
-1 votes
0 answers
60 views

405 method not allowed Spring Boot API and Angular

in one of my Spring API projects I sometimes encounter a "405 method not allowed" error if I use the PUT call. The error is quite random, sometimes the call works without problems, sometimes ...
peppe71-19's user avatar
0 votes
0 answers
29 views

Email Sending Delays in Angular Spring Boot Application

I am facing an issue with email sending delays in my Angular Spring Boot application. When I perform a certain operation and want to send a confirmation email and display an alert that the operation ...
dbz's user avatar
  • 19
0 votes
0 answers
34 views

Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'userService': Error creating bean [duplicate]

I keep getting this error for all the component including UserController, UserService, UserRepo, when I run the code, even the one that was provided by the tutor in github. Error creating bean with ...
Hash's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
125