Commit 1ed2297a by 朽木不可雕也

backup

parent ffb55f9e
......@@ -27,6 +27,13 @@ import static java.util.Objects.requireNonNull;
@SuppressWarnings("JavaDoc")
public class AutomaticTestBootstrap {
static {
// 设置系统时区
System.setProperty("user.timezone", "Asia/Shanghai");
// 设置默认编码,mongodb会用到这个
System.setProperty("file.encoding", "UTF-8");
}
public static void main(String[] args) throws Exception {
startModules();
}
......
......@@ -11,4 +11,5 @@ if mvn clean package -Dmaven.test.skip=true -P test; then
--link barrage-crawler-server:barrage-crawler-server \
--link mysqld:mysqld \
${name}
fi
\ No newline at end of file
fi
mvn clean
\ No newline at end of file
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