docs: 添加文档
This commit is contained in:
parent
e4288b00e3
commit
74de80bf68
|
@ -5,8 +5,6 @@ target/
|
|||
!**/src/test/**/target/
|
||||
logs/
|
||||
|
||||
application-prod.yml
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
# 代码生成器
|
||||
|
||||
## 功能展示
|
||||
|
||||
点击 表名 或 注释内容 跳转到另一个页面
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
<video src="./images/QQ202546-141117.mp4"></video>
|
|
@ -0,0 +1,11 @@
|
|||
bunny:
|
||||
master:
|
||||
host: 192.168.3.137
|
||||
port: 3306
|
||||
database: auth_admin
|
||||
username: root
|
||||
password: "123456"
|
||||
connect:
|
||||
url: jdbc:sqlite::resource:database.sqlite
|
||||
username: root
|
||||
password: "123456"
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
6
pom.xml
6
pom.xml
|
@ -65,12 +65,6 @@
|
|||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||
<version>${mybatis-plus.version}</version>
|
||||
</dependency>
|
||||
<!-- mysql -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>com.mysql</groupId> -->
|
||||
<!-- <artifactId>mysql-connector-java</artifactId> -->
|
||||
<!-- <version>${mysql.version}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
|
|
Loading…
Reference in New Issue