浏览代码

修改项目名称

杨杰 6 年之前
父节点
当前提交
390bd4d526
共有 3 个文件被更改,包括 5 次插入7 次删除
  1. 2 5
      pom.xml
  2. 2 1
      src/main/java/com/llisoft/service/msg/service/MsgService.java
  3. 1 1
      src/main/resources/application.yml

+ 2 - 5
pom.xml

@@ -5,18 +5,15 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>com.llisoft</groupId>
-	<artifactId>mta-service-file</artifactId>
+	<artifactId>mta-service-sms</artifactId>
 	<version>1.0.0</version>
 	<packaging>jar</packaging>
 
-	<name>mta-service-file</name>
-	<description>Demo project for Spring Boot</description>
-
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
 		<version>2.0.3.RELEASE</version>
-		<relativePath /> <!-- lookup parent from repository -->
+		<relativePath />
 	</parent>
 
 	<properties>

+ 2 - 1
src/main/java/com/llisoft/service/msg/service/MsgService.java

@@ -5,9 +5,10 @@ import org.springframework.stereotype.Service;
 /**
  * 阿里云OSS接口调用
  * https://help.aliyun.com/document_detail/101414.html
+ * https://api.aliyun.com/?product=Dysmsapi&lang=JAVA#/
  * @author YangJie [2019年2月18日]
  */
 @Service
 public class MsgService {
-	
+
 }

+ 1 - 1
src/main/resources/application.yml

@@ -13,7 +13,7 @@ mta:
 ##spring配置
 spring: 
   ##应用配置 #服务名称
-  application.name: mta-service-file
+  application.name: mta-service-sms
   ##监控服务配置
   boot.admin.client:
     instance.preferIp: true #使用IP注册