当前位置:网站首页>1 - background project construction
1 - background project construction
2022-07-29 07:22:00 【Zhang Shao】
Project structures,

- Zs-common :
- It is the configuration core of the whole project , Including the configuration definitions of all integrated tripartite frameworks , such as redis、kafka etc. .
- In addition, it also includes the constant definitions of each module of the project and the whole project ;
- zs-model : Used in the project Dto、Pojo、Mapper、Enums Define project ;
- zs-utils : Public utility projects , Include encryption / Decrypt 、Date、JSON And other tools ;
- Zs-apis : The definition project of the interface exposed by the microservice of the whole project , Split sub packages according to each module ;
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>
<!-- Inherit Spring boot engineering -->
<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>
边栏推荐
- 1-后台项目搭建
- 我想问一下,我flink作业是以upsert-kafka的方式写入数据的,但是我在mysql里面去更
- VMware16安装虚拟机遇到的问题
- JS 鸡生蛋与蛋生鸡问题,Object与Function究竟谁出现的更早?Function算不算Function的实例?
- Section 7 - compilation of programs (preprocessing operations) + links
- 0 9 布隆过滤器(Bloom Filter)
- 微服务远程调用
- ERROR 1045 (28000) Access denied for user ‘root‘@‘localhost‘解决方法
- WPF simple login page completion case
- 后缀自动机(SAM)讲解 + Luogu p3804【模板】后缀自动机 (SAM)
猜你喜欢

After three years of outsourcing, the salary of automatic testing after job hopping is twice that of the original. The secret is

Paper reading (62):pointer networks

论文阅读 (62):Pointer Networks

Kubernetes (V) -- deploy kubernetes dashboard

SpingBoot整合Quartz框架实现动态定时任务(支持实时增删改查任务)

Docker最新超详细教程——Docker创建运行MySQL并挂载

彻底搞懂kubernetes调度框架与插件

对Vintage分析的一些学习理解

js中break与continue和return关键字

微服务远程调用
随机推荐
Comparison of advantages between can & canfd integrated test analysis software lkmaster and PCA Explorer 6 analysis software
Scala 高阶(十):Scala中的异常处理
20-40k | mecarmand 3D vision algorithm / software / Product Manager Recruitment
暑期总结(二)
Variables and encryption in ansible
ETL为什么经常变成ELT甚至LET?
Operator3 - design an operator
WPF嵌套布局案例
Redis基础篇
MySQL uses the client and select methods to view the summary of blob type fields
gin 模版
作业7.28 文件IO与标准IO
CMOS芯片制造全工艺流程
20-40K| 梅卡曼德3D视觉算法/软件/产品经理招聘
MySQL advanced (Advanced) SQL statement (I)
Docker最新超详细教程——Docker创建运行MySQL并挂载
对Vintage分析的一些学习理解
Unity sends a post request to the golang server for parsing and returning
女研究生做“思维导图”与男友吵架!网友:吵架届的“内卷之王”....
Excel文件读写(创建与解析)