Tagged articles
3 articles
Page 1 of 1
Java Architecture Diary
Java Architecture Diary
May 29, 2023 · Databases

How to Add a Shentong Database Plugin to Nacos 2.2+

This guide explains how to create and configure a custom Shentong datasource plugin for Nacos 2.2+, covering dependency addition, script conversion, connection settings, and platform specification to enable Shentong as a supported database.

Datasource PluginNacosSPI
0 likes · 4 min read
How to Add a Shentong Database Plugin to Nacos 2.2+
Java Architecture Diary
Java Architecture Diary
Dec 27, 2022 · Backend Development

How to Build a Custom Oracle Plugin for Nacos 2.2 Using SPI

This guide explains how to create a custom Oracle datasource plugin for Nacos 2.2 by adding Maven dependencies, importing the Oracle SQL script, configuring connection properties, and setting the datasource platform, enabling Nacos to use Oracle instead of the default MySQL or Derby.

Backend DevelopmentDatasource PluginNacos
0 likes · 3 min read
How to Build a Custom Oracle Plugin for Nacos 2.2 Using SPI