[Solved] I run into trouble when i make my java Procedures to package,i do not know why? [closed]


From the picture you uploaded (please copy/paste the log here!), you have a missing column in your database, called insurance_dead_line.

So you probably didn’t configure it your Liquibase changelog – did you create it with JHipster? Did you run mvn liquibase:diff? Or did you write your changelog manually?

You have many options: I don’t know which one you chose (as you didn’t write any explanation), but that’s where you missed to configure that column.

solved I run into trouble when i make my java Procedures to package,i do not know why? [closed]