Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
eef6b5a4
Commit
eef6b5a4
authored
Apr 25, 2022
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加安全域控工程
parent
2d6b4554
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
211 additions
and
5 deletions
+211
-5
.classpath
amos-boot-biz-common/.classpath
+17
-0
.project
amos-boot-biz-common/.project
+5
-0
org.eclipse.jdt.core.prefs
amos-boot-biz-common/.settings/org.eclipse.jdt.core.prefs
+1
-0
RedisConfig.java
...in/java/com/yeejoin/amos/boot/biz/config/RedisConfig.java
+1
-1
.classpath
amos-boot-module/amos-boot-cloud-gateway/.classpath
+17
-0
.project
amos-boot-module/amos-boot-cloud-gateway/.project
+5
-0
org.eclipse.jdt.core.prefs
...s-boot-cloud-gateway/.settings/org.eclipse.jdt.core.prefs
+1
-0
AmosTrainingFeignClient.java
...boot/module/common/api/feign/AmosTrainingFeignClient.java
+43
-0
KnowledgebaseFeignClient.java
...oot/module/common/api/feign/KnowledgebaseFeignClient.java
+21
-0
.classpath
.../amos-boot-module-api/amos-boot-module-jcs-api/.classpath
+17
-0
.project
...le/amos-boot-module-api/amos-boot-module-jcs-api/.project
+5
-0
org.eclipse.jdt.core.prefs
...-boot-module-jcs-api/.settings/org.eclipse.jdt.core.prefs
+1
-0
.classpath
.../amos-boot-module-api/amos-boot-module-tzs-api/.classpath
+17
-0
.project
...le/amos-boot-module-api/amos-boot-module-tzs-api/.project
+5
-0
org.eclipse.jdt.core.prefs
...-boot-module-tzs-api/.settings/org.eclipse.jdt.core.prefs
+1
-0
pom.xml
amos-boot-module/amos-boot-module-api/pom.xml
+2
-0
.classpath
.../amos-boot-module-biz/amos-boot-module-jcs-biz/.classpath
+17
-0
.project
...le/amos-boot-module-biz/amos-boot-module-jcs-biz/.project
+5
-0
org.eclipse.jdt.core.prefs
...-boot-module-jcs-biz/.settings/org.eclipse.jdt.core.prefs
+1
-0
.classpath
.../amos-boot-module-biz/amos-boot-module-tzs-biz/.classpath
+17
-0
.project
...le/amos-boot-module-biz/amos-boot-module-tzs-biz/.project
+5
-0
org.eclipse.jdt.core.prefs
...-boot-module-tzs-biz/.settings/org.eclipse.jdt.core.prefs
+1
-0
pom.xml
amos-boot-module/amos-boot-module-biz/pom.xml
+4
-4
pom.xml
pom.xml
+2
-0
No files found.
amos-boot-biz-common/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-biz-common/.project
View file @
eef6b5a4
...
...
@@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
amos-boot-biz-common/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/config/RedisConfig.java
View file @
eef6b5a4
...
...
@@ -32,7 +32,7 @@ public class RedisConfig {
om
.
enableDefaultTyping
(
ObjectMapper
.
DefaultTyping
.
NON_FINAL
,
JsonTypeInfo
.
As
.
PROPERTY
);
j2jrs
.
setObjectMapper
(
om
);
// 序列化 value 时使用此序列化方法
//
template.setValueSerializer(j2jrs);
//template.setValueSerializer(j2jrs);
template
.
setHashValueSerializer
(
j2jrs
);
StringRedisSerializer
srs
=
new
StringRedisSerializer
();
// 序列化 key 时
...
...
amos-boot-module/amos-boot-cloud-gateway/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-module/amos-boot-cloud-gateway/.project
View file @
eef6b5a4
...
...
@@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
amos-boot-module/amos-boot-cloud-gateway/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/feign/AmosTrainingFeignClient.java
View file @
eef6b5a4
package
com
.
yeejoin
.
amos
.
boot
.
module
.
common
.
api
.
feign
;
import
java.util.List
;
import
java.util.Map
;
import
org.springframework.beans.factory.ObjectFactory
;
import
org.springframework.boot.autoconfigure.http.HttpMessageConverters
;
import
org.springframework.cloud.openfeign.FeignClient
;
import
org.springframework.cloud.openfeign.support.SpringEncoder
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.PathVariable
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
com.github.pagehelper.PageInfo
;
import
com.yeejoin.amos.boot.biz.common.feign.MultipartSupportConfig
;
import
com.yeejoin.amos.boot.module.common.api.dto.CreatExamDto
;
import
feign.codec.Encoder
;
import
feign.form.spring.SpringFormEncoder
;
import
io.swagger.annotations.ApiOperation
;
@FeignClient
(
name
=
"${amosTraining.fegin.name:AMOS-TRAININGEXAM}"
,
path
=
"trainingexam"
,
configuration
=
{
MultipartSupportConfig
.
class
})
...
...
@@ -16,4 +30,33 @@ public interface AmosTrainingFeignClient {
@RequestMapping
(
value
=
"/trainingProject/update/operation/number"
,
method
=
RequestMethod
.
PUT
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"修改人员编号"
,
notes
=
"修改人员编号"
)
public
ResponseModel
<
Boolean
>
updOperationNumber
(
@RequestParam
String
newNumber
,
@RequestParam
String
oldNumber
)
;
@RequestMapping
(
value
=
"/examTemplate/templateSelectSubject"
,
method
=
RequestMethod
.
POST
)
ResponseModel
<
Long
>
doTemplateExam
(
@RequestBody
CreatExamDto
creatExamDto
);
class
Configuration
{
@Bean
Encoder
feignFormEncoder
(
ObjectFactory
<
HttpMessageConverters
>
converters
)
{
return
new
SpringFormEncoder
(
new
SpringEncoder
(
converters
));
}
}
@RequestMapping
(
value
=
"/examTemplate/findExamTemplateBySubjectBankType"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getTemplateInSubjectBankType
(
@RequestParam
String
subjectBankType
);
/**
* 考试状态统计
* @param userId 用户
* @return List<Map<String, Object>>
*/
@GetMapping
(
"/v1/examination/examStatistics/{userId}"
)
ResponseModel
<
Map
<
String
,
Object
>>
getExamStatisticsData
(
@PathVariable
String
userId
);
/**
* 查询考试列表
* @return
*/
@GetMapping
(
"/v1/examination/onlineExamPage?pageSize=10&pageNum=1&flag=online&examinationName="
)
ResponseModel
<
PageInfo
>
getExamStatisticsList
();
}
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/feign/KnowledgebaseFeignClient.java
View file @
eef6b5a4
package
com
.
yeejoin
.
amos
.
boot
.
module
.
common
.
api
.
feign
;
import
java.util.List
;
import
java.util.Map
;
import
org.springframework.cloud.openfeign.FeignClient
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.PathVariable
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
...
...
@@ -30,4 +34,21 @@ public interface KnowledgebaseFeignClient {
@RequestMapping
(
value
=
"/v1/taginstance/getTarget/byName"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
Object
>
queryListByTagName
(
@RequestParam
String
name
);
@RequestMapping
(
value
=
"/v1/doccontent/outer/{id}"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getDocById
(
@PathVariable
Long
id
);
@RequestMapping
(
value
=
"/v1/doccontent/doclibrary/page"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
Object
>
getDocListByCategoryId
(
@RequestParam
(
"filterByCollection"
)
boolean
filterByCollection
,
@RequestParam
(
"directoryId"
)
Long
directoryId
,
@RequestParam
(
"offset"
)
int
offset
,
@RequestParam
(
"end"
)
int
end
,
@RequestParam
(
"industryType"
)
String
industryType
);
/**
* 知识库知识随机数查询
* @param directories 分类
* @param total 随机数量
* @return List<Map<String, Object>>
*/
@GetMapping
(
"/v1/doccontent/outer/random-list"
)
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getRandomList
(
@RequestParam
String
directories
,
@RequestParam
(
required
=
false
)
Integer
total
);
}
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/.project
View file @
eef6b5a4
...
...
@@ -11,6 +11,11 @@
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/.project
View file @
eef6b5a4
...
...
@@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-module/amos-boot-module-api/pom.xml
View file @
eef6b5a4
...
...
@@ -28,5 +28,6 @@
<module>
amos-boot-module-latentdanger-api
</module>
<module>
amos-boot-module-ccs-api
</module>
<module>
amos-boot-module-avic-api
</module>
<module>
amos-boot-module-precontrol-api
</module>
</modules>
</project>
\ No newline at end of file
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/.project
View file @
eef6b5a4
...
...
@@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/.classpath
View file @
eef6b5a4
...
...
@@ -28,5 +28,22 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-test-sources/test-annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/.project
View file @
eef6b5a4
...
...
@@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.springframework.ide.eclipse.boot.validation.springbootbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/.settings/org.eclipse.jdt.core.prefs
View file @
eef6b5a4
...
...
@@ -5,5 +5,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
amos-boot-module/amos-boot-module-biz/pom.xml
View file @
eef6b5a4
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
amos-boot-module
</artifactId>
...
...
@@ -55,5 +53,6 @@
<module>
amos-boot-module-equip-biz
</module>
<module>
amos-boot-module-ccs-biz
</module>
<module>
amos-boot-module-avic-biz
</module>
</modules>
<module>
amos-boot-module-precontrol-biz
</module>
</modules>
</project>
\ No newline at end of file
pom.xml
View file @
eef6b5a4
...
...
@@ -321,5 +321,6 @@
<module>
amos-boot-system-latentdanger
</module>
<module>
amos-boot-system-ccs
</module>
<module>
amos-boot-data
</module>
<module>
amos-boot-system-precontrol
</module>
</modules>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment