File tree 4 files changed +8
-18
lines changed
smqtt-spring-boot-starter
src/main/java/io/github/quickmsg/starter
4 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >io.github.quickmsg</groupId >
7
+ <parent >
8
+ <artifactId >smqtt</artifactId >
9
+ <groupId >io.github.quickmsg</groupId >
10
+ <version >1.0.8</version >
11
+ </parent >
12
+
8
13
<artifactId >smqtt-spring-boot-starter</artifactId >
9
- <version >1.0.7</version >
10
- <build >
11
- <plugins >
12
- <plugin >
13
- <groupId >org.apache.maven.plugins</groupId >
14
- <artifactId >maven-compiler-plugin</artifactId >
15
- <configuration >
16
- <source >8</source >
17
- <target >8</target >
18
- </configuration >
19
- </plugin >
20
- </plugins >
21
- </build >
22
14
23
15
<name >smqtt-spring-boot-starter</name >
24
16
Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* @author luxurong
14
- * @date 2021/9/17 17:22
15
14
*/
16
15
@ Slf4j
17
16
@ Configuration
@@ -22,7 +21,8 @@ public class AutoMqttConfiguration {
22
21
/**
23
22
* 配置异常切面
24
23
*
25
- * @return
24
+ * @param springBootstrapConfig {@link SpringBootstrapConfig}
25
+ * @return {@link Bootstrap}
26
26
*/
27
27
@ Bean
28
28
public Bootstrap startServer (@ Autowired SpringBootstrapConfig springBootstrapConfig ) {
Original file line number Diff line number Diff line change 7
7
8
8
/**
9
9
* @author luxurong
10
- * @date 2021/9/17 17:21
11
10
*/
12
11
@ Target (ElementType .TYPE )
13
12
@ Retention (RetentionPolicy .RUNTIME )
Original file line number Diff line number Diff line change 19
19
20
20
/**
21
21
* @author luxurong
22
- * @date 2021/9/17 17:27
23
22
*/
24
23
25
24
@ Configuration
You can’t perform that action at this time.
0 commit comments