Posts by L. Luan • 53 points
6 posts
-
0
votes1
answer82
viewsQ: Problem passing version on Maven via Property
I am trying to make a modification to a project to allow you to pass a Property and generate the package with the version that was passed. Ex: mvn package install -Dversion.app=0.0.1 But I have a…
-
1
votes2
answers1009
viewsQ: Specification with Spring Data Jpa passing null parameter
I’m using the Specifications Spring Data JPA, but I’m having a hard time! By not passing any parameter in the two fields I want it to return all records to me. But when making the query it is…
-
2
votes1
answer807
viewsQ: How to make a find with Pagination and search term at the same time with Spring data?
Hey, here’s my question. I want to do a search by passing a Pagerequest and an Object or some search terms and get a list back. For example: List getList(Pagerequest page,Person person person); In…
-
1
votes0
answers23
viewsQ: How do you make Jboss listen to IDE modifications other than the one you are?
The problem is, I have jboss in eclipse, but I don’t like it to work with HTML, CSS and JS I prefer to use Visual Code! When climbing the application I make the modification using Visual Code but…
-
0
votes1
answer344
viewsQ: What is the difference between domain logic and application logic?
How do I know whether to put the method in the class itself or in the class BO? When to know the difference of domain logic and application logic? Note: I was left with the doubt after read this…
-
-1
votes1
answer1600
viewsQ: What is the way to create dynamic table in HTML and JS?
Hello, I’m having trouble putting together a screen with HTML, CSS, JS, Angularjs. I need to assemble a screen where the user chooses the amount of plots, course; and according to this must assemble…