Spring Boot Cache - Cannot Get the value
Anyone can help with ktor?
convert n-tree to dictionary based on depth
Map<Integer, List<Integer>> dict = new HashMap<>(); Queue<Node> queue = new LinkedList<>();...
isometric tile setup
how to validate three similar objects that come into my controller?
formulate JPA method to update column
transactionId
, and change record's status
column/field value. i was thinking about boolean updateSalesOrderByTransactionId(@Param("transactionId"));
but i dont know how to say that i want to update status
column? can smb help me out? thanksConverting library to maven package
Thymeleaf / Loading image from DTO
the image can't load
The image comes from my DTO and it's persisted in my database and I have implemented my getters and setters properly but I still don't know why it doesn't work.
In my browser it obviously shows Image de profil
...how to fix my WSDL file for SOAP service?
wsdl:
before message
, part
or any other tag?
2. why there are so many xmlns
s? i.e. xmlns:soap
, xmlns:s
, xmlns:wsdl
, etc? i feel that theres too much duplication
3. what does documentation
tag even mean? how does it even work? google says The documentation element is used to enter text comments in a schema
. but i dont have any schema
tags???
4. what to us for soapAction
attribute? what value should it have? ...i keep getting error "Attribute value must be constant". can smb help me out?
JWT Authentication with SpringBoot
Weird class cast behavior
Funny thing happening in JavaFX
par
is removed, any idea why?...Publishing to Maven Central Repository
Repositioning objects to stay in the same position relative to each other when rotated.
how do I read source code, and is it possible to learn java from reading source code?
how to create SOAP webservice?