RuntimeSchema包无法引入问题

版权声明:转载请注明出处 https://blog.csdn.net/C1041067258/article/details/82882280

直接引入

<!-- https://mvnrepository.com/artifact/com.dyuproject.protostuff/protostuff-runtime -->
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-core</artifactId>
    <version>1.0.8</version>
</dependency>
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-runtime</artifactId>
    <version>1.0.8</version>
</dependency>

setting文件加入阿里云源

        <mirror>
      	<id>alimaven</id>
      	<name>aliyun maven</name>
      	<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      	<mirrorOf>central</mirrorOf>        
    	</mirror>

猜你喜欢

转载自blog.csdn.net/C1041067258/article/details/82882280