Commit cab8f76d by jinfeng.wang

fix

parent 801039c6
......@@ -19,13 +19,13 @@ import java.util.*;
* @phone: 152-1062-7698
*/
public class StorageTag {
private static final String CONNECTION_URL = "jdbc:mysql://localhost:3306/app_tag?useUnicode=true&characterEncoding=utf8&useSSL=false";
// private static final String CONNECTION_URL = "jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag?useUnicode=true&characterEncoding=utf8&useSSL=false";
// private static final String CONNECTION_URL = "jdbc:mysql://localhost:3306/app_tag?useUnicode=true&characterEncoding=utf8&useSSL=false";
private static final String CONNECTION_URL = "jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag?useUnicode=true&characterEncoding=utf8&useSSL=false";
private static final String DRIVER = "com.mysql.jdbc.Driver";
private static final String USER = "root";
// private static final String USER = "apptag_rw";
private static final String PASSWORD = "19920627";
// private static final String PASSWORD = "7gyLEVtkER3u8c9";
// private static final String USER = "root";
private static final String USER = "apptag_rw";
// private static final String PASSWORD = "19920627";
private static final String PASSWORD = "7gyLEVtkER3u8c9";
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
private static ObjectMapper mapper = new ObjectMapper();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment