Skip to content

Commit

Permalink
修改jar包发布问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhgugu committed Sep 12, 2016
1 parent 3ac5d37 commit d9dfbe5
Show file tree
Hide file tree
Showing 7 changed files with 13,039 additions and 5 deletions.
2 changes: 1 addition & 1 deletion goshop-common-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</properties>

<build>
<finalName>pay-common-config</finalName>
<finalName>goshop-common-config</finalName>
<resources>
<!-- 先指定 src/main/resources下所有文件及文件夹为资源文件 -->
<resource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { "classpath*:/spring/spring-context-test.xml" })
@ContextConfiguration(locations = { "classpath*:/spring/spring-context.xml" })
public class SpringBaseTest extends AbstractJUnit4SpringContextTests /*AbstractTransactionalJUnit4SpringContextTests*/{
//@Before
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ public void testSave() throws Exception {
}


/* @Test
@Test
public void testFindByLoginName() throws Exception {
User user = userService.findByLoginName("admin");
assertNotNull("读数据错误",user);
}

public void testUpdateByPrimaryKeySelective() throws Exception {
/*public void testUpdateByPrimaryKeySelective() throws Exception {
}
Expand Down
5,379 changes: 5,379 additions & 0 deletions logs/goshop-service-cms.log.2016-07-08

Large diffs are not rendered by default.

5,230 changes: 5,230 additions & 0 deletions logs/goshop-service-users.log.2016-07-08

Large diffs are not rendered by default.

1,233 changes: 1,233 additions & 0 deletions logs/goshop-service-users.log.2016-08-10

Large diffs are not rendered by default.

1,192 changes: 1,192 additions & 0 deletions logs/goshop-service-users.log.2016-08-12

Large diffs are not rendered by default.

0 comments on commit d9dfbe5

Please sign in to comment.