Victor
Victor
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/10/2025 in #java-help
Best entity relationship approach
or do i need to create two separate lists to map to sender and receiver
11 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/10/2025 in #java-help
Best entity relationship approach
the user entity has a list of transactions which i would like to include every transaction regardless if he is a sender or a receiver
11 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/10/2025 in #java-help
Best entity relationship approach
how should i go about mapping on the User entity side? if it can be mapped by either sender or receiver?
11 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
@ayylmao123xdd can you accept my friend request real quick? so we dont steer away from the topic of the post too much?
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
valid doesnt show for me, am i missing a dependency?
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
i just noticed that
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
whats the problem?
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
@dan1st | Daniel you're the goat
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
thank you both
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
works with the old path too, i must have messed something up else before
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
lets see
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
i was using server.servlet.context-path=/api/v1 instead before
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
the old path on the properties?
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
i definitely had tried that already but i think i had something else messing it up at the time
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
alright that worked lol
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
No description
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
im not but both this controller and the other controller work fine if authentication is passed
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
jwt.private.key=classpath:app.key jwt.public.key=classpath:app.pub spring.application.name=resell-platform spring.mvc.servlet.path=/api/v1 spring.datasource.url= jdbc:postgresql://localhost:5432/resell spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect logging.level.org.springframework.security=DEBUG
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
still get 401
134 replies
JCHJava Community | Help. Code. Learn.
Created by Victor on 2/7/2025 in #java-help
Spring security returning 401 with requestmatchers permitAll
yea thats what i found most people suggesting when i searched the issue
134 replies