2025-06-30 09:38:03 +08:00

18 lines
808 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# JAVA微服务
> 适用于 Nacos v2.4.3
## 目录说明
- jnpf_nacos_dm.sql 达梦(DM8)数据库脚本
- jnpf_nacos_kingbase.sql 人大金仓数据库脚本
- jnpf_nacos_mysql.sql MySQL(5.7.x/8.x)数据库脚本
- jnpf_nacos_oracle.sql Oracle(Oracle 11g)数据库脚本
- jnpf_nacos_postgre.sql PostgreSQL(PostgreSQL 12+)数据库脚本
- jnpf_nacos_sqlserver.sql SQLServer(SQLServer 2012+)数据库脚本
## 使用说明
- 先创建Nacos数据库`jnpf_nacos`
- 导入相应脚本如用MySQL数据库则导入 `jnpf_nacos_mysql.sql`
- 导入配置:创建命名空间(如 `develop`),并导入 `配置/nacos_config_export_develop_20250125111838.zip` 配置,若有使用 `Seata` 需求,则切换至 `public` 命名空间再导入 `配置/nacos_config_export_public_20241114113205.zip`