Skip to main content

Questions tagged [springboot]

The tag has no usage guidance.

1 vote
0 answers
10 views

How to connect my Java app to an Azure CosmosDB service with no public access?

This was asked on stackoverflow and is a copy. My Java app is using gradle and the mongo-spring starter dependency: implementation('org.springframework.boot:spring-boot-starter-data-mongodb'). I can ...
ban_ana's user avatar
  • 11
0 votes
0 answers
52 views

How to view the springboot logs stored on s3 bucket using loki promtail EKS

After enabling the loki on EKS with S3 storage, the folders (fake,index,loki_cluster_seed.json) are created inside the s3 bucket . s3_bucket_folder What this each folder consists & how the logs ...
saranya dec19's user avatar
0 votes
1 answer
128 views

Error deploying Java Spring Boot app on Google App Engine: Timed out fetching pod (Error Response: [4])

This is my first time deploying on Google App Engine [or, at least, trying to]. I've built a Java Spring Boot app, configured the app.yaml and did the other preparation steps. However, when I run ...
Alex Braga's user avatar
0 votes
0 answers
78 views

[name=Redis, majorVersion=6]; user must register resolver or explicitly set 'hibernate.dialect'

I have asked this question in stackoverflow already, but I think the question is more suitable here. Sorry for cross-posting. After successfully creating datasource for redis in wildfly, I am now ...
Sudipta Roy's user avatar
0 votes
2 answers
146 views

Issues with VPS provider limiting CPU usage with data processing Spring Boot application

I developed a Java Spring Boot application with a PostgreSQL database. Since the data being processed is quite a lot, the processing can take time and it uses a lot of CPU (e.g. up to 100% obviously). ...
BullyWiiPlaza's user avatar
0 votes
1 answer
600 views

Nginx reverse proxy to apache server, redirection gives 404

I have this setup with angular and spring boot project having nginx reverse proxy to apache for serving angular application and embedded server for spring boot reverse proxied through nginx. Now I am ...
sarp's user avatar
  • 1
1 vote
0 answers
307 views

Why does Spring-boot no longer load PKCS11-NSS certificates after update to 3.1.0?

After updating from spring-boot version 3.0.8 to 3.1.0 or 3.1.1 the application no longer loads the SSL certificates from the store. Configuration: FIPS compliant config as described in: https://...
Jeremy McDaniel's user avatar
2 votes
1 answer
3k views

Delombok Lombok cannot find symbol location: package javax.annotation after spring boot 3 and jdk17 migration

I've migrated my project to spring boot 3. Once I've done it project stopped working. cannot find symbol [ERROR] symbol: class Generated [ERROR] location: package javax.annotation [ERROR] -> [...
vivan sai's user avatar
0 votes
0 answers
1k views

Kafka Issue : Request joining group due to: group is already rebalancing

The pod is not getting restarted, No ongoing rebalance to finish consumer group experiences no frequent changes, but still rebalancing issue occurs. is there anything wrong with the configuration? ...
Spartan's user avatar
  • 101
0 votes
1 answer
4k views

Docker compose - flyway not connecting to mysql

I'm trying to dockerize a microservice built with Spring Boot that uses the MySQL database and Flyway. When I run the microservice through the IDE, the flyway manages to connect with MYSQL, but when I ...
Gustavo Cruz's user avatar
2 votes
1 answer
1k views

How HTTP 1.1 and HTTP 2.0 works in Spring Boot?

What are the differences in flow changes for HTTP 1.1 and HTTP 2.0 for Spring Boot applications ?
Souptik Sarkar's user avatar
0 votes
0 answers
698 views

Downloading large excel file in angular using xlsx library(net::ERR_INCOMPLETE_CHUNKED_ENCODING 200)

I am doing an excel file download using angular + springboot and the api returns application/json file. The transfer-encoding:chunked is always enabled and i see responses return http 1.1 . I posted ...
user2868864's user avatar
1 vote
2 answers
2k views

K8S limit number of starting pods at the same time

I have problem with K8S, I have about 30 microservices (java running on spring boot). Microservices needs a lot of CPUs only for startup because there are a lot of libraries. When I deploy all ...
marek's user avatar
  • 13
1 vote
0 answers
457 views

Configuring different apps in Nginx using same domain

I have an ecommerce application running 2 applications. App 1 (example1.com) is written as react.js and built as a normal html site. Nginx is serving this on port 7000. App 2 (my.example1.com) is a ...
Bobj's user avatar
  • 11
0 votes
0 answers
946 views

How to pass https requests to http in nginx

I have a self signed certificate, I deployed my front end react app on nginx which is served by using HTTPS but front end is making call to back-end spring-boot app over HTTP and when i check inspect ...
Satish Lamak's user avatar

15 30 50 per page
1
2 3 4 5