Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 06e003eb
authored
Jul 01, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加国能项目脚手架
1 parent
a1e73479
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
2 deletions
.idea/encodings.xml
README.md
arch-base/pom.xml
pom.xml
.idea/encodings.xml
View file @
06e003e
...
...
@@ -3,6 +3,8 @@
<component
name=
"Encoding"
>
<file
url=
"file://$PROJECT_DIR$/arch-analysis/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-analysis/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-base/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-base/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-gateway/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-gateway/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/arch-overall/src/main/java"
charset=
"UTF-8"
/>
...
...
README.md
View file @
06e003e
# Arch Tools
国能架构工具后端项目
\ No newline at end of file
## arch-overall 总体架构微服务
## clouds (微服务组件-在线文档、文件存储、日志管理等)
## arch-sys (系统架构微服务)
## arch-overall (总体架构微服务)
## arch-analysis (综合分析)
## sys-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## arch-gateway
## arch-base 基础服务-包括工具类-及对象实体
\ No newline at end of file
arch-base/pom.xml
0 → 100644
View file @
06e003e
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.arch
</groupId>
<artifactId>
arch-toos
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<artifactId>
arch-base
</artifactId>
<name>
基础功能公共服务
</name>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
pom.xml
View file @
06e003e
...
...
@@ -15,6 +15,7 @@
<module>
arch-analysis
</module>
<module>
sys-manage
</module>
<module>
arch-gateway
</module>
<module>
arch-base
</module>
</modules>
<name>
国能架构管理系统
</name>
<properties>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment