将core工程更名为parent工程

This commit is contained in:
Administrator
2020-10-21 09:39:04 +08:00
parent c4998054a5
commit 1fef4b6b41
6 changed files with 3 additions and 54 deletions

View File

@ -1,13 +0,0 @@
package org.mall.ebtp.cloud.core;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}

View File

@ -1,38 +0,0 @@
package org.mall.ebtp.cloud.core;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}
/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}
/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}

View File

@ -9,10 +9,10 @@
<version>0.0.1</version>
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-core</artifactId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>mall-ebtp-cloud-core</name>
<name>mall-ebtp-cloud-parent</name>
<url>http://maven.apache.org</url>
<properties>

View File

@ -223,7 +223,7 @@
</build>
<modules>
<module>mall-ebtp-cloud-core</module>
<module>mall-ebtp-cloud-parent</module>
<module>uboot-eureka</module>
</modules>
</project>