x
This commit is contained in:
parent
3d028f16ec
commit
08a3d068f4
@ -12,7 +12,7 @@
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<com.zen>5.0.4</com.zen>
|
||||
<com.zen>1.0.2</com.zen>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -20,6 +20,11 @@
|
||||
<artifactId>core</artifactId>
|
||||
<version>${com.zen}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.zhyd.oauth</groupId>
|
||||
<artifactId>JustAuth</artifactId>
|
||||
<version>1.16.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -1,6 +1,6 @@
|
||||
package com.yimiyisu.iot;
|
||||
|
||||
import com.zen.Zen;
|
||||
import com.zen.ZenApp;
|
||||
|
||||
public class Application {
|
||||
|
||||
@ -8,6 +8,6 @@ public class Application {
|
||||
int listenPort = 7097;
|
||||
String appName = "iot";
|
||||
// ZenEnvironment.setMulti(true);
|
||||
Zen.start(args, appName, listenPort, Application.class);
|
||||
ZenApp.start(args, appName, listenPort, Application.class);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user