QueryDSL 无法执行已注册的函数
作者:Rurien 提问时间:11/10/2023
我正在使用MySQL8.0(实际上是Amazon Aurora数据库)和Spring boot / QueryDSL。 我想执行在MySQL中声明的函数。UUID_SHORT() 但是当我用 执行...
DSL 问答列表
作者:Rurien 提问时间:11/10/2023
我正在使用MySQL8.0(实际上是Amazon Aurora数据库)和Spring boot / QueryDSL。 我想执行在MySQL中声明的函数。UUID_SHORT() 但是当我用 执行...
作者:강찬욱 提问时间:11/10/2023
build.gradle 似乎肯定有问题。但我什么也没抓到。我想我错过了什么。有 build.grable。 buildscript { ext { queryDslVersion = '5.0...
作者:niranjan pb 提问时间:11/10/2023
我有 2 个任务,我想从依赖任务访问变量,但它给出了 null 值 task test1(type: Exec) { doFirst { def serviceUrl = "dummyUrl" ...
作者:Cezary 提问时间:11/8/2023
我不明白为什么 Spring 尝试通过接口实例化我的谓词。什么配置负责从 http 参数绑定谓词?我有例外: 未找到接口 com.querydsl.core.types.Predicate 的主要或...
作者:Kirill_Cyber 提问时间:11/9/2023
我有带有结构的 dsl 查询 { "query": { "function_score": { "query": { "bool": { "must": { "multi_match":...
作者:googoo 提问时间:11/9/2023
实体 @Entity @Table( name = "voc_category" ) data class VocCategoryEntity( @Id @GeneratedValue(str...
作者:Milan Paudyal 提问时间:11/6/2023
我在我的spring boot项目中将querydsl与mysql一起使用。以前提到的代码工作正常,但在项目升级后,即 spring boot 到 3 和 querydsl 到 5.0.0,我收到错误...
作者:Oluwatorera Ayoola 提问时间:11/6/2023
构建文件: 应用插件: 'com.android.application' 安卓 { compileSdk版本 25 buildToolsVersion “25.0.2” 默认配置 { 应用程序 I...
作者:kuromi 提问时间:11/7/2023
我正在使用 Kotlin 处理一个 Android 项目,遇到了一个似乎无法解决的问题。当我尝试构建我的项目时,我收到以下错误: 2 files found with path 'kotlin/in...
作者:tribbloid 提问时间:11/6/2023
假设我有一个 Kotlin 脚本:buildSrc // buildSrc/src/main/kotlin/greet.gradle.kts fun Project.greet(greeting: ...