Skip to content

Commit

Permalink
upgrade versin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaoxu committed Sep 20, 2024
1 parent 4add7e8 commit 805c887
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coder</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
Expand All @@ -20,7 +20,7 @@
<druid.version>1.2.23</druid.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-io.version>2.16.1</commons-io.version>
<mybatis-plus.version>3.5.7</mybatis-plus.version>
<mybatis-plus.version>3.5.8</mybatis-plus.version>
<dynamic-datasource.version>4.3.1</dynamic-datasource.version>
<hutool.version>5.8.32</hutool.version>
<bcprov.version>1.78.1</bcprov.version>
Expand All @@ -29,7 +29,7 @@
<weixin.version>4.6.0</weixin.version>
<aliyun-oss.version>3.18.1</aliyun-oss.version>
<huaweicloud-obs.version>3.24.8</huaweicloud-obs.version>
<aws-s3.version>2.27.24</aws-s3.version>
<aws-s3.version>2.28.3</aws-s3.version>
<poi.version>5.3.0</poi.version>
<poi-tl.version>1.12.2</poi-tl.version>
<easyexcel.version>4.0.3</easyexcel.version>
Expand Down
5 changes: 3 additions & 2 deletions docs/boot/Sys_Calendar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 日历
在日常业务需求中,会遇到判断日期是否法定工作日,以及计算当日薪资倍数的情况。
在实际需求中,经常需要判断该日期是否工作日/休息日的需求,需要结合该年的节假日安排与调休。
因此设置了calendar模块,保存该日期是否节假日,甚至薪资倍数
因此设置了calendar模块,保存该日期是否节假日,以及薪资倍数

## 设计思路
提供日历(calendar)表
Expand All @@ -22,8 +22,9 @@
3. 按业务需求使用相关功能,如判断某一日是否工作日CalendarService.isWorkday()

## 数据来源
官方数据,搜索[国务院办公厅关于xxxx年部分节假日安排的通知]
节假日数据来源[免费节假日 API](http://timor.tech/api/holiday/)
农历数据,TODO

## 数据范围
2010年-2023年
2010年-2024年
2 changes: 1 addition & 1 deletion job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion msg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>msg</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<groupId>com.nb6868.onex</groupId>
<artifactId>onex-boot</artifactId>
<version>4.1.64</version>
<version>4.1.65</version>
<name>onex-boot</name>
<description>OneX Admin Boot</description>
<url>https://onex.nb6868.com/</url>
Expand Down Expand Up @@ -69,7 +69,7 @@
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<!-- libs -->
<shiro.version>2.0.1</shiro.version>
<onex.version>4.1.64</onex.version>
<onex.version>4.1.65</onex.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sys</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tunnel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tunnel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>uc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.1.64</version>
<version>4.1.65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket</artifactId>
Expand Down

0 comments on commit 805c887

Please sign in to comment.