Hi
Thank you for reading my post
I want to use a connection url like
jdbc:mysql://localhost/test?useUnicode=true&characterEncoding=UTF-8 for JPA and in the persistece
unit I tried to use them like:
when I try to run the application it return an error like:
Please let me know how I can include the parameters without getting an error like that.
Thanks.