Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
1ssqq1lxr committed Oct 14, 2021
1 parent ec1af73 commit 915606a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
20 changes: 6 additions & 14 deletions smqtt-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.quickmsg</groupId>
<parent>
<artifactId>smqtt</artifactId>
<groupId>io.github.quickmsg</groupId>
<version>1.0.8</version>
</parent>

<artifactId>smqtt-spring-boot-starter</artifactId>
<version>1.0.7</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>

<name>smqtt-spring-boot-starter</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* @author luxurong
* @date 2021/9/17 17:22
*/
@Slf4j
@Configuration
Expand All @@ -22,7 +21,8 @@ public class AutoMqttConfiguration {
/**
* 配置异常切面
*
* @return
* @param springBootstrapConfig {@link SpringBootstrapConfig}
* @return {@link Bootstrap}
*/
@Bean
public Bootstrap startServer(@Autowired SpringBootstrapConfig springBootstrapConfig) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* @author luxurong
* @date 2021/9/17 17:21
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* @author luxurong
* @date 2021/9/17 17:27
*/

@Configuration
Expand Down

0 comments on commit 915606a

Please sign in to comment.