未验证 提交 66b8288d 编写于 作者: S Shiwen Cheng 提交者: GitHub

[Improvement][Dao] Remove duplicated mysql configurations (#4558)

上级 424497ec
......@@ -14,12 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# mysql
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
#spring.datasource.username=root
#spring.datasource.password=123456
# postgresql
spring.datasource.driver-class-name=org.postgresql.Driver
......@@ -33,7 +27,6 @@ spring.datasource.password=test
#spring.datasource.username=xxxx
#spring.datasource.password=xxxx
# connection configuration
#spring.datasource.initialSize=5
# min connection number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册