I'm trying to replicate the same signature outcome as the Python code in Java. Python Code Example: secret = "1234abcd".encode() encoded_payload = json.dumps(pa
I'm an Android noob and also this is my first post on stackoverflow. I've been trying for some time to find a solution to my problem but couldn't find anything
I'm trying to learn Java Spring and doing exactly like here: https://spring.io/guides/gs/securing-web/ But my IDE says "cannot resolve 'security' symbol" while
I am getting this issue when trying performance testing with jmeter. the application built on spring and ui with bootstrap with angularjs. this application work
My project contains several services, each one is annotated with @SpringBootApplication and can be run on a random port via "gradle bootRun". Is it possible to
After build the native image I've the following error I'm using a H2 database in file mode. Do I should understand that it's not possible to use H2 in native m
I have the following method that returns a HashMap based on a Users Department and Building. I want to ORDER BY ASC based on the user name private HashMap<L
I have a strange behaviour with R2DBC Pool: We happen to create a large number of threads and send them to the R2DBC pool to acquire a DB connection. When all o
I have a custom json request class to upload multi-part files to server this class in an Android application , it works fine when I add English words as keys an
The structure of my project When I try to run my server code, the error shows up "C:\Program Files\Java\jdk-10.0.2\bin\java.exe" "-javaagent:C:\Program Files\J
I'm trying to get metadata in JSON format of a class in Spring Boot, but I don't really know how to start. I have created my class, that is a random one, just t
I am getting the following, while running 'mvnw' command. How to add maven wrapper to a project? project_root>mvnw 'mvnw' is not recognized as an inter
Forgive me if my question is stupid, I am a beginner, I found some Java code in which html components and some data were encoded and stored in array as string..
I want to create an app using AIDE, which randomly generates a number and tell if it's even or odd in the background. That is, the main activity xml file shows
I want to take all the network request using selenium..I am not getting any way to find this solution.If anyone can suggest me or provide code or library that w
How to use an object as a key in a hashmap. If you use an object as key do you need to override equals and hashcode methods for that object?
Getting exception while reading from kafka topic: Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for
I am new to AWS, I used AWS CLI to locally configure my AWS credentials, as I can't have an IAM role attached to my laptop, I can see my credentials properly c
I am trying to fetch 1000 rows using the Hibernate createNativeQuery. The query contains two joins. When I execute the same in SQL developer I see that response
I want to create an app using AIDE, which randomly generates a number and tell if it's even or odd in the background. That is, the main activity xml file shows