add jero-boot-incoming-payment模块

This commit is contained in:
lijiarao
2021-08-26 10:18:11 +08:00
parent b80d46c69a
commit 345fbd1160
11 changed files with 59 additions and 3 deletions
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-module-demo</artifactId>
<artifactId>jero-boot-incoming-payment</artifactId>
<dependencies>
<dependency>
@@ -0,0 +1,8 @@
package com.jero.controller;
/**
* @author liJiaRao
* @date 2021-08-26 10:10
*/
public class AController {
}
@@ -0,0 +1,8 @@
package com.jero.entity;
/**
* @author liJiaRao
* @date 2021-08-26 10:10
*/
public class A {
}
@@ -0,0 +1,8 @@
package com.jero.mapper;
/**
* @author liJiaRao
* @date 2021-08-26 10:10
*/
public class AMapper {
}
@@ -0,0 +1,8 @@
package com.jero.service;
/**
* @author liJiaRao
* @date 2021-08-26 10:11
*/
public interface AService {
}
@@ -0,0 +1,8 @@
package com.jero.service.impl;
/**
* @author liJiaRao
* @date 2021-08-26 10:11
*/
public class AServiceimpl {
}
@@ -0,0 +1,8 @@
package com.jero.util;
/**
* @author liJiaRao
* @date 2021-08-26 10:12
*/
public class Autil {
}
@@ -0,0 +1,8 @@
package com.jero.vo;
/**
* @author liJiaRao
* @date 2021-08-26 10:12
*/
public class AVO {
}
+1 -1
View File
@@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-demo</artifactId>
<artifactId>jero-boot-incoming-payment</artifactId>
<version>${jero.version}</version>
</dependency>
<dependency>
+1 -1
View File
@@ -48,7 +48,7 @@
<!-- 单体应用启动类 -->
<module>jero-boot-single-startup</module>
<module>jero-boot-base</module>
<module>jero-boot-module-demo</module>
<module>jero-boot-incoming-payment</module>
<module>jero-boot-module-system</module>
<!-- 需要微服务,请打开注释吗,并刷新maven
<module>jero-boot-starter</module>