Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axinger committed Dec 7, 2024
1 parent c3f3aec commit 5093c01
Show file tree
Hide file tree
Showing 152 changed files with 163 additions and 151 deletions.
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-01-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-01-request</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-01-spring-boot-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a01-01-spring-boot-mvc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-02-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-02-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-03-hutool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-04-web-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-05-jdk11-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-05-jdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-06-future-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-07-sql-transactional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a01-07-sql-transactional</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-08-strategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a01-08-strategy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-09-response/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-10-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-12-spring-web-flux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a01-12-spring-web-flux</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-14-lombok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-15-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a01-15-async</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-16-demo-juc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-17-http-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-18-spring-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-18-spring-aop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-20-spring5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-20-spring5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-21-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-21-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-22-main-a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-22-main-a</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-22-main-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-22-main-b</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-23-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>a01-spring-boot-learn</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-23-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-24-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-24-event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-25-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-25-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-26-a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-26-a</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/a01-26-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a01-26-b</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ax-springboot2-demo</artifactId>
<groupId>com.github.axinger</groupId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion a01-spring-boot-learn/same-class-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a01-spring-boot-learn</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>same-class-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-data-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-data-es2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a02-spring-boot-data-es2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a02-spring-boot-data-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-data-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a02-spring-boot-data-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-iotdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-mybatis-flex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a02-spring-boot-mybatis-flex</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>a02-spring-boot-mybatis-plus-dynamic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-mybatis-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>
<artifactId>a02-spring-boot-mybatis-plus</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/a02-spring-boot-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>a02-spring-boot-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion a02-spring-boot-db/db-mysql-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.axinger</groupId>
<artifactId>a02-spring-boot-db</artifactId>
<version>2024.11.10-2.7</version>
<version>2024.12.01-2.7</version>
</parent>

<artifactId>db-mysql-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class Department implements Serializable {
@Serial
@TableField(exist = false)
private static final long serialVersionUID = 1L;

/**
*
*/
Expand All @@ -28,6 +29,7 @@ public class Department implements Serializable {
*
*/
private String name;

@TableField(exist = false)
private List<Employee> empList;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.github.axinger.db.mapper;

import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.dynamic.datasource.annotation.Master;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.toolkit.Constants;
Expand All @@ -15,7 +16,7 @@
* @createDate 2022-12-17 19:55:51
* @Entity com.github.axinger.domain.Department
*/
@DS("db_ax_test")
@Master
public interface DepartmentMapper extends BaseMapper<Department> {


Expand Down
Loading

0 comments on commit 5093c01

Please sign in to comment.