Solution:
Keep your earlier jdbc dependency and add one more dependency, which I have mentioned below -
<dependency>
<groupId>com.oracle.ojdbc</groupId>
<artifactId>orai18n</artifactId>
<version>19.3.0.0</version>
</dependency>
The bug is not a pain it's the way to learn new things. Solve your bug by taking help from here.
Solution:
Keep your earlier jdbc dependency and add one more dependency, which I have mentioned below -
<dependency>
<groupId>com.oracle.ojdbc</groupId>
<artifactId>orai18n</artifactId>
<version>19.3.0.0</version>
</dependency>
Solution : Add below query annotation @Query(value="SELECT * FROM programmer WHERE name = ?1", nativeQuery = true ) instead of ...
No comments:
Post a Comment