perf: 支持mysql

This commit is contained in:
xiaojunnuo
2024-12-09 17:47:01 +08:00
parent 228fdf0a0d
commit 7cde1fdc4a
27 changed files with 511 additions and 11 deletions
@@ -0,0 +1,14 @@
flyway:
scriptDir: './db/migration-mysql'
typeorm:
dataSource:
default:
type: mysql # mariadb
host: localhost
port: 3306
username: root
password: root
database: certd