Skip to content

Tag: spring-boot

Can I extend MapStruct methods?

I’m developing a library and I expect the library to have a mapper like so: Which is meant for internal remapping. Now, I’d like to add a feature where the user can “override” this method, in the sense that they could for example add a statement to ignore the password of the account, w…

NullPointerException on JPA on SpringBoot

I’m new on SpringBoot and I’m making a small CRUD. When I try to make a GET request that show me a list of soccer teams from my BD called “soccer” I’ve have the following error message: My model “Equipo” is: My Repositorie “EquipoRepo” is My service &#8220…

Bloomberg not publishing prices from QuickFixJ

I am using QuickFixJ with SpringBoot to publish market price data to Bloomberg. When publishing prices, everything is working well. However, I cannot see any prices published on Bloomberg when I hit ALLQ. Event log files : Message log files : My Java code : I cannot see what I’m doing wrong as my parame…