mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 15:39:04 +08:00
update version
This commit is contained in:
@@ -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,7 +42,11 @@
|
|||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
</dependency>-->
|
</dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -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在线代码生成
|
||||||
|
|||||||
@@ -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代码生成平台
|
||||||
|
|||||||
@@ -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在线代码生成
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user