Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Jun 4, 2022
1 parent aee94d9 commit fbac00c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.github.Kloping</groupId>
<artifactId>spt-web</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</dependency>
<dependency>
<groupId>io.github.Kloping</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/github/kloping/e0/AlarmClock.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.alibaba.fastjson.annotation.JSONField;
import com.github.kloping.MyUtils;
import io.github.kloping.MySpringTool.h1.impl.component.PackageScannerImpl;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/github/kloping/sp/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.github.kloping.Resource;
import io.github.kloping.MySpringTool.StarterApplication;
import io.github.kloping.MySpringTool.annotations.CommentScan;
import io.github.kloping.little_web.WebExtension;
import io.github.kloping.little_web.conf.TomcatConfig;

import static com.github.kloping.Resource.uuid;
Expand All @@ -16,6 +17,7 @@ public class Starter {
public static void main(String[] args) {
try {
TomcatConfig.DEFAULT.setPort(Resource.conf.getPort());
StarterApplication.SCAN_LOADER = Plugin0AutoReply.class.getClassLoader();
StarterApplication.run(Starter.class);
Plugin0AutoReply.INSTANCE.getLogger().info("AutoReply 服务启动成功 address: http://localhost:" + Resource.conf.getPort() + "?key=" + uuid);
} catch (Throwable e) {
Expand Down

0 comments on commit fbac00c

Please sign in to comment.