messageprintingxmlaspectintegrationtests.java
来自「一些很有用的spring的书籍」· Java 代码 · 共 13 行
JAVA
13 行
package com.apress.springbook.chapter04;
public class MessagePrintingXmlAspectIntegrationTests extends
MessagePrintingAspectIntegrationTests {
protected String[] getConfigLocations() {
return new String[] {
"classpath:com/apress/springbook/chapter04/" +
"xml-aspect-context.xml"
};
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?