# multi-database-archetype **Repository Path**: Renchenhao/multi-database-archetype ## Basic Information - **Project Name**: multi-database-archetype - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据库方言问题:导致自动建表失败。 org.hibernate.dialect.MySQLDialect 默认使用的MyISAM建表。 org.hibernate.dialect.MySQL8Dialect 这个使用的innodb引擎建表。 在配置多数据库的时候,应该有可以优化的地方。暂时因为了解不深,不做深入了。