作者 邓耀骏

refactor(compile):更改文件名,修改配置文件

... ... @@ -6,7 +6,7 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="Software_Architecture_Experiment_onetwo" />
<module name="Software_Architecture_Experiment_onetwoFour" />
</profile>
</annotationProcessing>
</component>
... ...
... ... @@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Software_Architecture_Experiment_onetwo.iml" filepath="$PROJECT_DIR$/Software_Architecture_Experiment_onetwo.iml" />
<module fileurl="file://$PROJECT_DIR$/Software_Architecture_Experiment_onetwoFour.iml" filepath="$PROJECT_DIR$/Software_Architecture_Experiment_onetwoFour.iml" />
</modules>
</component>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$" dumb="true">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
... ...
... ... @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dyj</groupId>
<artifactId>Software_Architecture_Experiment_onetwo</artifactId>
<artifactId>Software_Architecture_Experiment_onetwoFour</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
... ...