@@ -23,6 +23,7 @@ else:
db = 'jeecg-boot'
charset = 'utf8'
db_con_str = "mysql+pymysql://%s:%s@%s:%d/%s" % ("data", "hcst@2021", "139.186.27.96", 4000, "jeecg-boot")
+ engine = create_engine(db_con_str, connect_args={'charset': 'utf8'})