我使用带有jpa,hibernate和postgres的spring boot 2.
在我的build.gradle中,我有
tasks.withType(JavaCompile){
options.compilerArgs = [“ - Xlint:unchecked”,“ - Xlint:deprecation”,“ - parameters”] options.encoding =“UTF-8”
}
我在这里发布了一些课程https://pastebin.com/WgDqZkjf
我遇到了utf8的问题
在调试中我看到
Number of Files = 3
Longest Word in f1.txt = strachouming
Longest Word in f2.txt = newstraaach
Longest Word in f3.txt = revolutions
答案 0 :(得分:1)
可能你的char导致了这个问题...尝试将它转换为你的java文件中的String