Posts by oizumi • 51 points
3 posts
-
0
votes1
answer304
views -
0
votes1
answer133
viewsA: java.lang.Nosuchmethooverthrow: No virtual method group(Ljava/lang/String;)Ljava/lang/String;
It seems to me that the problem is related to the use of the Mysql connection driver. Not all Java libraries work on Android. I suggest you consult the following related issues: How to use Mysql on…
-
2
votes1
answer43
viewsA: Are the Spring Data and Spring Data JPA modules frameworks?
Spring Data is an umbrella project (set of projects) that aggregates several projects related to data access, as described by official website: Spring Data’s Mission is to provide a familiar and…