From 226cfe9fb21e3b3c3c8bdfcd94165d8957618214 Mon Sep 17 00:00:00 2001 From: none Date: Mon, 30 Jan 2023 15:32:52 +0800 Subject: [PATCH] added: config example --- src/main/resources/application.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/resources/application.example diff --git a/src/main/resources/application.example b/src/main/resources/application.example new file mode 100644 index 0000000..bcfd4be --- /dev/null +++ b/src/main/resources/application.example @@ -0,0 +1,4 @@ +spring.datasource.url=jdbc:mysql://127.0.0.1:33060/playedu +spring.datasource.username=root +spring.datasource.password=root +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver \ No newline at end of file