forked from tywo45/t-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tywo45/t-io
- Loading branch information
Showing
6 changed files
with
4 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
src/zoo/spring-boot/tio-core/src/main/java/org/tio/core/starter/TioServerDefaultUuid.java
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
...ain/java/org/tio/websocket/starter/configuration/TioWebSocketServerClusterProperties.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
package org.tio.websocket.starter.configuration; | ||
|
||
import static org.tio.websocket.starter.configuration.TioWebSocketServerClusterProperties.PREFIX; | ||
|
||
import org.springframework.boot.context.properties.ConfigurationProperties; | ||
import org.tio.common.starter.configuration.TioClusterProperties; | ||
|
||
/** | ||
* @author fanpan26 | ||
* @author kuangyoubo | ||
* */ | ||
@ConfigurationProperties(PREFIX) | ||
@ConfigurationProperties("tio.websocket.cluster") | ||
public class TioWebSocketServerClusterProperties extends TioClusterProperties { | ||
public static final String PREFIX = "tio.websocket.cluster"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters