ソースを参照

修改数据库连接

YL2767 3ヶ月前
コミット
5c0655fa50
1個のファイルの変更4行の追加3行の削除
  1. 4
    3
      src/main/resource/production/db.properties

+ 4
- 3
src/main/resource/production/db.properties ファイルの表示

@@ -1,7 +1,8 @@
1 1
 jdbc.driverClass=com.mysql.jdbc.Driver
2
-jdbc.jdbcUrl=jdbc:mysql://localhost:3306/sam?characterEncoding=utf8
3
-jdbc.user=sam
4
-jdbc.password=a2d58d7f
2
+jdbc.jdbcUrl=jdbc:mysql://localhost:3306/ware?characterEncoding=utf8
3
+jdbc.user=root
4
+jdbc.password=root
5
+
5 6
 
6 7
 #jdbc.driverClass=com.mysql.jdbc.Driver
7 8
 #jdbc.jdbcUrl=jdbc:mysql://localhost:3306/thware?characterEncoding=utf8

読み込み中…
キャンセル
保存