当前位置:网站首页>1-后台项目搭建
1-后台项目搭建
2022-07-29 06:52:00 【张 邵】
项目搭建

- Zs-common :
- 是整个工程的配置核心,包括所有集成三方框架的配置定义,比如redis、kafka等。
- 除此之外还包括项目每个模块及整个项目的常量定义;
- zs-model :项目中用到的Dto、Pojo、Mapper、Enums定义工程;
- zs-utils : 工程公用工具类项目,包含加密/解密、Date、JSON等工具类;
- Zs-apis : 整个项目微服务暴露的接口的定义项目,按每个模块进行子包拆分;
zs-blog
<groupId>com.zs</groupId>
<artifactId>zs-blog</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>zs-blog-apis</module>
<module>zs-blog-common</module>
<module>zs-blog-model</module>
<module>zs-blog-utils</module>
<module>zs-blog-admin</module>
</modules>
<!-- 继承Spring boot工程 -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.0</version>
</parent>
<properties>
</properties>
<dependencies>
</dependencies>
<dependencyManagement>
<dependencies>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
</plugins>
</pluginManagement>
<plugins>
</plugins>
</build>
<profiles>
</profiles>
边栏推荐
- When NPM is installed, it is stuck. There are five solutions
- Student status management system based on C language design
- Implementation of book borrowing management system based on C language
- CVPR2021| 基于自监督学习的多视图立体匹配 (CVPR2021)
- SQL优化
- 接口测试实战项目03:执行测试用例
- Gin service exit
- 【charles日常问题】开启charles,使用不了钉钉
- Unity sends a post request to the golang server for parsing and returning
- 5-整合swagger2
猜你喜欢

数组的子集能否累加出K

以太网接口介绍

实现改变一段文字的部分颜色效果

Revolution of game assets

Excel file reading and writing (creation and parsing)

作业7.28 文件IO与标准IO

2022-07-28: what is the output of the following go language code? A:AA; B:AB; C:BA; D:BB。 package main import ( “fmt“ ) func main() { f

Vmware16 create virtual machine: cannot create a new virtual machine, do not have permission to perform this operation

OCR光学字符识别方法汇总

Problems encountered in vmware16 installing virtual machines
随机推荐
js中break与continue和return关键字
力扣(LeetCode)209. 长度最小的子数组(2022.07.28)
MySQL如何把行转换为列?
微服务远程调用
Synchronous / asynchronous, blocking / non blocking and IO
WPF nested layout case
dba
WPF简单登录页面的完成案例
Gin template
Spark Learning Notes (VII) -- spark core core programming - RDD serialization / dependency / persistence / partition / accumulator / broadcast variables
Problems encountered in vmware16 installing virtual machines
Variables and encryption in ansible
Comparison of advantages between can & canfd integrated test analysis software lkmaster and PCA Explorer 6 analysis software
MySQL----多表查询
DM data guard cluster setup
Thoroughly understand kubernetes scheduling framework and plug-ins
Why does ETL often become ELT or even let?
gin 服务退出
CMOS芯片制造全工艺流程
Gin routing, parameters, output