- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在使用 Intellij v13 编写 Spring-Data(使用 AspectJ + Neo4j)。如果我有以下服务文件:
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
@Transactional
public class BaseClassRepositoryImpl implements BaseClassRepository{
}
public interface BaseClassRepository extends BaseClassRepositoryCustom, GraphRepository<BaseClass> {
}
使用 example ,上面的代码应该可以工作。但是,Intellij 给了我一个异常(exception):
java: local.ffxiv.repos.BaseClassRepositoryImpl is not abstract and does not override abstract method findByName(java.lang.String) in local.ffxiv.repos.BaseClassRepository
我到处搜索试图找出 Intellij 这样做的原因。还有其他人看到这个吗?
这也是 build.gradle 脚本:
project.ext {
sourceCompatibility = "1.7"
targetCompatibility = "1.6"
springDataGraphVersion = "2.3.0.RC1"
springVersion = "4.0.0.RELEASE"
junitVersion = "4.11"
neo4jVersion = "2.0.0"
aspectjVersion = "1.7"
}
apply from: 'http://github.com/SpringSource/spring-data-neo4j/raw/master/build/gradle/springdataneo4j.gradle'
configurations {
runtime
testCompile
}
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M7")
}
repositories {
maven { url "http://repo.spring.io/milestone" }
mavenCentral()
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'spring-boot'
jar {
baseName = 'ffxiv_db'
version = '0.1.0'
}
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/libs-milestone" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://m2.neo4j.org" }
}
dependencies {
// compile list
compile "org.springframework.boot:spring-boot-starter:0.5.0.M7"
compile "org.springframework.data:spring-data-neo4j:$springDataGraphVersion"
compile "org.springframework.data:spring-data-neo4j-aspects:$springDataGraphVersion"
compile "org.neo4j:neo4j:$neo4jVersion"
compile "javax.validation:validation-api:1.0.0.GA"
compile "org.springframework:spring-aspects:$springVersion"
// Test dependencies
testCompile "org.springframework:spring-test:$springVersion"
testCompile "junit:junit:$junitVersion"
testCompile "org.neo4j:neo4j-kernel:$neo4jVersion:tests"
}
task wrapper(type: Wrapper) {
gradleVersion = '1.10'
}
它要求我实现 exists(Long),我不需要这样做,但 IntelliJ 一直告诉我。如果我按 Alt+Enter,在弹出消息中,我可以点击“实现方法”,它会创建一大堆具有空返回值的覆盖。但是,根据文档,它应该通过函数名称推断出我想做什么,并推导出函数对简单 CRUD 操作的作用。 IE。对于“findByName”应该返回一个名为“Name”的属性,它会创建适当的函数。
最佳答案
异常消息非常清楚:local.ffxiv.repos.BaseClassRepositoryImpl
类应该声明为抽象类或必须实现 findByName(java.lang.String)
local.ffxiv.repos.BaseClassRepository
的方法(它扩展了 BaseClassRepositoryCustom
,我猜是声明了 findByName
)。
与您引用的示例进行比较:WorldRepositoryImpl
实现了 MyWorldRepository
并覆盖了它的所有方法。
UPD
并且您的 BaseClassRepositoryImpl
可能应该实现 BaseClassRepositoryCustom
而不是 BaseClassRepository
。然后,您将只需要覆盖 BaseClassRepositoryCustom
的方法,而不是整个 GraphRepository
关于java - 将 Intellij 与 Spring-Data-Neo4j/w Aspectj 一起使用会在尝试创建 Repos 时出现 Java 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21298753/
我已经在 OSX 上安装了 Docker 并下载了 neo 镜像。当我运行它时(使用图像主页中的 args),一切似乎都正常,但日志的最后几行表明如下: 00:20:39.662 [main] INF
我的正则表达式在 neos 项目中不能正常工作。DD/MM/YYYY 的正则表达式(仅限 19XX-20XX) var date_regex = /^(0[1-9]|1\d|2\d|3[01])\/(
Neo 4j可以与HDFS / Hadoop集成吗?在处理涉及许多关系且每秒具有大量事务的大型数据集时,通常使用Hadoop来提高Neo 4j的处理能力。 最佳答案 这是一个非常广泛的问题。也许考虑提
我尝试在 NEO 环境中使用 TenantAccessor。TenantAccessor.getCurrentTenant().getTenantId() 生成的 TenantId 作为 GUID 返
我下载了Neoclipse Source并下载了 Neo4J source 。但是 Neo4J 源文件中找不到 Neoclipse 源文件引用的某些类。它们已被弃用吗?我可以获得 Neoclipse
进程文件: neo or neo.exe 进程名称: Price Patrol 进程类别:存在安全风险的进程 英文描述: neo.exe is the execuatble for Pric
load csv with headers from 'file:///C:/Users/user/Desktop/Neo4J' as row Create (:State_Code {state_c
如何在 SAPUI5 应用程序的运行时为 neo-app.json 文件的 routes 部分定义新条目?例如在 Component.js 内部。 例如,我想将以下条目添加到文件中,或者将一些代码添加
我最近将一台计算机变成了 Ubuntu 服务器。我已经按照下面的文章 http://neos.readthedocs.io/en/stable/GettingStarted/Installation.
我正在尝试了解如何使用 NEOS Server for SCIP .我已经阅读了有关 CPLEX LP file format 的教程.但我仍然得不到任何结果。 让我们以该教程中提供的示例为例: Ma
关于这一年Bubble Cup (完)有问题NEO (我无法解决),它要求 给定一个包含 n 个整数元素的数组。我们把它分成几个部分(可能是1个),每个部分都是一个连续的元素。这种情况下的 NEO 值
我的 Rails 应用程序必须使用 Neo4j。所以我开始安装 neo4j 服务器。我按照步骤安装 here在 Linux 上。 但是当我运行的时候 ./bin/neo4j console 它给了 E
我刚从 windows 10 切换到 arch linux我想使用 (Neo)Vim 作为我的代码编辑器我已经完成了自动编译和模糊查找器但我不知道如何在 (Neo)Vim 中调试 任何帮助! 最佳答案
我想问一下,如何使用Spring boot找到Dijkstra。 我目前使用 spring-boot-starter-data-neo4j 库将 Neo4j 与我的 java 类映射。 我现在想使用
我正在尝试创建一个可以从 U2F token (例如 Java 语言的 Yubikey Neo)检索公钥和私钥的应用程序。我尝试在控制台中使用简单的扫描仪从 Yubikey Neo 获取任何内容,但它
我想用摩托罗拉68000汇编器写一个程序,目标平台是Neo Geo(九十年代的游戏机);这个问题很严重,我有一个我想实现的特定项目并且我有编程经验(虽然我现在主要是 Perl/R 编程,但我以前只接触
我使用自定义 Web 服务作为 neo4j 的非托管扩展。 这是 Neo4j 提供的详细信息,我已遵循该详细信息并创建了自己的非托管扩展。 http://neo4j.com/docs/stable/s
Typo3 Neos 是否原生支持元素的响应行为?例如像 css 网格类(col-sm-?? 或 col-md-??)这样的 Bootstrap ,或者我可以使用 Neos 通过 hidden-xs
我是为嵌入式板构建自定义 Linux 操作系统的新手 - 所以请忽略我的无知。 我有一个名为 NanoPi NEO 的开发板,它具有定制的 Debian Linux。现在开发板附带一个 .img 文件
我正在尝试使用脚本在 NEO4j db 中导入 csv 文件: LOAD CSV FROM "file:///dataframe6.txt" AS line RETURN count(*) 但我收到以
我是一名优秀的程序员,十分优秀!