添加代码示例springboot-hibernate

This commit is contained in:
yidao620
2018-03-02 18:49:45 +08:00
parent dab9c8968f
commit befc5d96dd
26 changed files with 892 additions and 15 deletions

View File

@ -15,7 +15,7 @@ spring:
spring:
profiles: dev
rabbitmq:
host: 123.207.66.156
host: 127.0.0.1
port: 5672
username: spring
password: 123456

View File

@ -13,7 +13,7 @@ import static org.junit.Assert.assertNull;
/**
* UserServiceTest
* SenderServiceTest
*
* @author XiongNeng
* @version 1.0