# Initialization Settings
# Single Application Version
# MariaDB Settings
See the MariaDB section in the Environment Setup chapter, connect to the database
Create an empty database named
budwk_v8
, selectutf8mb4
as the character setNote: The project will automatically create table structures and initialize data when it starts, no need to manually import SQL
# Distributed Version
# Nacos Settings
See the Nacos section in the Environment Setup chapter, start Nacos
Access http://127.0.0.1:8848/nacos (opens new window) in your browser, enter username
nacos
and passwordnacos
to log inCreate a new namespace
dev
Note: Both the namespace ID and namespace name must be
dev
# MariaDB Settings
See the MariaDB section in the Environment Setup chapter, connect to the database
Create an empty database named
budwk_v8
, selectutf8mb4
as the character setNote: The project will automatically create table structures and initialize data when it starts, no need to manually import SQL