master
parent
63f5d5740f
commit
aa55770dea
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2024 默存
|
Copyright (c) 2024 typ1805
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,6 @@ Tansci-Boot 是一个前后端分离后台管理系统, 前端集成 `amis`
|
||||||
|
|
||||||
执行 SQL 初始化数据(MySQL8+ 版本),测试用户:`admin/123456`,API 管理界面登录用户:`admin/admin@123` (可在配置文件修改)。
|
执行 SQL 初始化数据(MySQL8+ 版本),测试用户:`admin/123456`,API 管理界面登录用户:`admin/admin@123` (可在配置文件修改)。
|
||||||
|
|
||||||
**分支说明:**
|
|
||||||
|
|
||||||
- 1.0.0:前端集成 amis,后端未集成 magic-api
|
|
||||||
- master:前端集成 amis,后端集成 magic-api
|
|
||||||
|
|
||||||
**项目目录:**
|
**项目目录:**
|
||||||
|
|
||||||
- tansci-boot:后端项目
|
- tansci-boot:后端项目
|
||||||
|
|
|
||||||
9
pom.xml
9
pom.xml
|
|
@ -11,14 +11,19 @@
|
||||||
|
|
||||||
<groupId>com.tansci</groupId>
|
<groupId>com.tansci</groupId>
|
||||||
<artifactId>tansci-boot-parent</artifactId>
|
<artifactId>tansci-boot-parent</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>${revision}</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>tansci-boot-parent</name>
|
<name>tansci-boot-parent</name>
|
||||||
<description>Tansci Spring Boot</description>
|
<description>Tansci Boot</description>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>tansci-boot</module>
|
<module>tansci-boot</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<!-- 项目版本 -->
|
||||||
|
<revision>1.1.0</revision>
|
||||||
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
'2、页面管理表格列表不会自适应 问题处理;'
|
'2、页面管理表格列表不会自适应 问题处理;'
|
||||||
]},
|
]},
|
||||||
{timestamp:'2024-01-09', icon:'CircleCheckFilled', color:'#409EFF', content: ['项目开源']},
|
{timestamp:'2024-01-09', icon:'CircleCheckFilled', color:'#409EFF', content: ['项目开源']},
|
||||||
{timestamp:'2023-07-07', icon:'CircleCheckFilled', color:'#409EFF', content: ['v2.0.0 集成 magic-api']},
|
{timestamp:'2023-07-07', icon:'CircleCheckFilled', color:'#409EFF', content: ['v1.1.0 集成 magic-api']},
|
||||||
{timestamp:'2023-07-06', icon:'CircleCheckFilled', color:'#409EFF', content: ['v1.0.0 前端amis,后端未使用 magic-api']},
|
{timestamp:'2023-07-06', icon:'CircleCheckFilled', color:'#409EFF', content: ['v1.0.0 前端amis,后端未使用 magic-api']},
|
||||||
{timestamp:'2023-03-20', icon:'CircleCheckFilled', color:'#409EFF', content: ['项目初始化']},
|
{timestamp:'2023-03-20', icon:'CircleCheckFilled', color:'#409EFF', content: ['项目初始化']},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.tansci</groupId>
|
<groupId>com.tansci</groupId>
|
||||||
<artifactId>tansci-boot-parent</artifactId>
|
<artifactId>tansci-boot-parent</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.tansci</groupId>
|
<groupId>com.tansci</groupId>
|
||||||
<artifactId>tansci-boot</artifactId>
|
<artifactId>tansci-boot</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>${revision}</version>
|
||||||
|
|
||||||
<name>tansci-boot</name>
|
<name>tansci-boot</name>
|
||||||
<description>Tansci Spring Boot</description>
|
<description>Tansci Spring Boot</description>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue