diff --git a/.gitignore b/.gitignore
index 1f24c98..5d2f333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,8 +5,6 @@ target/
!**/src/test/**/target/
logs/
-application-prod.yml
-
### STS ###
.apt_generated
.classpath
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ce1c3b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# 代码生成器
+
+## 功能展示
+
+点击 表名 或 注释内容 跳转到另一个页面
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/generator-code/src/main/resources/application-prod.yml b/generator-code/src/main/resources/application-prod.yml
new file mode 100644
index 0000000..3cabf82
--- /dev/null
+++ b/generator-code/src/main/resources/application-prod.yml
@@ -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"
\ No newline at end of file
diff --git a/generator-code/src/main/resources/static/favicon.ico b/generator-code/src/main/resources/static/favicon.ico
index 385f8a6..17f9dd1 100644
Binary files a/generator-code/src/main/resources/static/favicon.ico and b/generator-code/src/main/resources/static/favicon.ico differ
diff --git a/images/QQ202546-141117.mp4 b/images/QQ202546-141117.mp4
new file mode 100644
index 0000000..e0370af
Binary files /dev/null and b/images/QQ202546-141117.mp4 differ
diff --git a/images/image-20250406140934864.png b/images/image-20250406140934864.png
new file mode 100644
index 0000000..dbe62dc
Binary files /dev/null and b/images/image-20250406140934864.png differ
diff --git a/images/屏幕截图_6-4-2025_1486_localhost-1743920303637-1.jpeg b/images/屏幕截图_6-4-2025_1486_localhost-1743920303637-1.jpeg
new file mode 100644
index 0000000..2e633fc
Binary files /dev/null and b/images/屏幕截图_6-4-2025_1486_localhost-1743920303637-1.jpeg differ
diff --git a/images/屏幕截图_6-4-2025_1486_localhost.jpeg b/images/屏幕截图_6-4-2025_1486_localhost.jpeg
new file mode 100644
index 0000000..2e633fc
Binary files /dev/null and b/images/屏幕截图_6-4-2025_1486_localhost.jpeg differ
diff --git a/pom.xml b/pom.xml
index 70a732c..5354d0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,12 +65,6 @@
mybatis-plus-spring-boot3-starter
${mybatis-plus.version}
-
-
-
-
-
-
com.mysql
mysql-connector-j