当前位置:网站首页>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>
边栏推荐
- Homebrew brew update 长时间没反应(或卡在 Updating Homebrew...)
- [C language brush leetcode] 1054. Bar code with equal distance (m)
- CMOS芯片制造全工艺流程
- MySQL 高级(进阶) SQL 语句 (一)
- Docker最新超详细教程——Docker创建运行MySQL并挂载
- Full process flow of CMOS chip manufacturing
- WPF interface layout must know basis
- 【Redis】Redis开发规范与注意事项
- MySQL advanced (Advanced) SQL statement (I)
- npm install 时,卡住不动,五种解决方法
猜你喜欢

Vite3.0 has been released, can you still roll it (list of new features)

WPF interface layout must know basis

论文阅读 (62):Pointer Networks

Thoroughly understand kubernetes scheduling framework and plug-ins

Variables and encryption in ansible
![[OpenGL] use of shaders](/img/73/1322afec8add6462ca4b82cb8112d1.png)
[OpenGL] use of shaders

2022-07-28:以下go语言代码输出什么?A:AA;B:AB;C:BA;D:BB。 package main import ( “fmt“ ) func main() { f

数组的子集不能累加出的最小正数

MVFuseNet:Improving End-to-End Object Detection and Motion Forecasting through Multi-View Fusion of

2-统一返回类DTO对象
随机推荐
Docker最新超详细教程——Docker创建运行MySQL并挂载
Implementation of book borrowing management system based on C language
Operator3-设计一个operator
Guess the number / / generate a random number for the first time
My personal website doesn't allow access to wechat, so I did this
JS chicken laying eggs and egg laying chickens. Who appeared earlier, object or function? Is function an instance of function?
暑期总结(二)
route的meta配置项
Clock tree synthesis (I)
Kubernetes (V) -- deploy kubernetes dashboard
Comparison of advantages between can & canfd integrated test analysis software lkmaster and PCA Explorer 6 analysis software
Interface test actual project 03: execute test cases
vagrant box 集群 处理
Improved pillar with fine grained feature for 3D object detection paper notes
Homebrew brew update 长时间没反应(或卡在 Updating Homebrew...)
Gin routing, parameters, output
Section 7 - compilation of programs (preprocessing operations) + links
H3C_利用设置缺省静态路由优先级实现出口双线路的主备功能
Gin service exit
[OpenGL] use of shaders