update version

This commit is contained in:
Moshow郑锴
2023-07-11 00:42:55 +08:00
parent 46110ee55f
commit fc271338c6
5 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.softdev.system</groupId> <groupId>com.softdev.system</groupId>
<artifactId>SpringBootCodeGenerator</artifactId> <artifactId>SpringBootCodeGenerator</artifactId>
<version>3.0</version> <version>2023</version>
</parent> </parent>
<artifactId>generator-web</artifactId> <artifactId>generator-web</artifactId>
@@ -42,6 +42,10 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
</dependency>--> </dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
</dependencies> </dependencies>

View File

@@ -47,7 +47,7 @@ spring:
#mvc: #mvc:
# static-path-pattern: /statics/** # static-path-pattern: /statics/**
OEM: OEM:
version: 2023.1 version: 2023.7
header: SQL转Java JPA、MYBATIS实现类代码生成平台 header: SQL转Java JPA、MYBATIS实现类代码生成平台
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现 keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
title: JAVA在线代码生成 title: JAVA在线代码生成

View File

@@ -47,7 +47,7 @@ spring:
#mvc: #mvc:
# static-path-pattern: /statics/** # static-path-pattern: /statics/**
OEM: OEM:
version: 2023.1 version: 2023.7
header: SQL转Java JPA、MYBATIS实现类代码生成平台 header: SQL转Java JPA、MYBATIS实现类代码生成平台
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现 keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
title: JAVA代码生成平台 title: JAVA代码生成平台

View File

@@ -47,7 +47,7 @@ spring:
#mvc: #mvc:
# static-path-pattern: /statics/** # static-path-pattern: /statics/**
OEM: OEM:
version: 2023.1 version: 2023.7
header: SQL转Java JPA、MYBATIS实现类代码生成平台 header: SQL转Java JPA、MYBATIS实现类代码生成平台
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现 keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
title: JAVA在线代码生成 title: JAVA在线代码生成

View File

@@ -23,7 +23,7 @@
<!-- 指定编码 --> <!-- 指定编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- 指定jdk版本 --> <!-- 指定jdk版本 -->
<java.version>1.8</java.version> <java.version>11</java.version>
</properties> </properties>
<dependencies> <dependencies>