Код: Выделить всё
+ĚĚ@GetMapping("/deleteKeys")
+ĚĚpublicĚMonoĚdeleteAllKeys()Ě{
+ĚĚĚĚreturnĚcacheAdminService.deleteAllKeys();
+ĚĚ}
}
Это моя безупречная конфа:
Код: Выделить всё
spotless {
format 'misc', {
target '*.gradle', '*.md', '.gitignore'
trimTrailingWhitespace()
indentWithSpaces(4)
endWithNewline()
setEncoding('UTF-8')
}
java {
targetExclude '**/build/**'
googleJavaFormat('1.23.0').reflowLongStrings()
}
}
Подробнее здесь: https://stackoverflow.com/questions/789 ... out-%c4%9a
Мобильная версия