mybatis configuration file error -


I get the following error when I run a configuration xml file from the command line as I mentioned on a JavaScript I'm running, which is my-generator-core-1.3.2. Configfile mbg.xml is an overwrite? Verbose is ????

Error:

Enter image details here

Any help would be appreciated.

Most likely you have copied commands from your website. The problem is that they use a strange character for "-".

As a proof, go to the website and insert the "-" character from your website command and click on "Show ASCII Key Code". It will show a window where the decimal key of that character is 8211. If you enter a "-" character from your keyboard, the displayed decimal key is 45, which is the correct character.

So, you need to type the command by hand, or you can copy-paste the following command:

  java -jar mybatis-generator-core- 1.3.2.jar -configfile mbg.xml -overwrite -verbose    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -