2021-08-03

**

执行jar包报错 no main manifest attribute, in /app.jar

**

		<plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>

                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <includeSystemScope>true</includeSystemScope>
                    <mainClass>com.xxx.xxx.xxx</mainClass>
                </configuration>
            </plugin>			
上一篇:El表达式和jstl不解析的问题


下一篇:AttributeError: module ‘socket‘ has no attribute ‘AF_UNIX‘的一种解决方案