someone11069
关注
10263 号成员,2017-11-13 14:27:41 加入
919
个人主页 浏览
1h14m
在线时长
  • Spring 做 AOP 全局日志的问题

    2018-10-10 16:02

    SpEL 不行,因为特殊原因,只要求在方法上面的注解中去获取当前方法的参数。。

  • Maven 多模块项目加载 jar 包时 missing 的问题求解

    2018-04-19 09:44

    昨天领导都试过了,我就把他做的给忽略掉了,下次注意😂

  • Maven 多模块项目加载 jar 包时 missing 的问题求解

    2018-04-19 09:42

    谢谢 D 大,已解决

  • Maven 多模块项目加载 jar 包时 missing 的问题求解

    2018-04-19 09:33
    [ERROR] Failed to execute goal on project jingjing-school-service: Could not resolve dependencies for project com.hy.jingjing:jingjing-schoo
    l-service:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at com.hy.jingjing:jingjing-auth-client:jar:0.0.1-SNAPSHOT: Failed to read arti
    fact descriptor for com.hy.jingjing:jingjing-auth-client:jar:0.0.1-SNAPSHOT: Failure to find com.hy.jingjing:jingjing-auth:pom:0.0.1-SNAPSHO
    T in http://192.168.0.249:8082/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the
    update interval of nexus-mirror has elapsed or updates are forced -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
    [ERROR]
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR]   mvn <goals> -rf :jingjing-school-service
    
  • Maven 多模块项目加载 jar 包时 missing 的问题求解

    2018-04-19 09:33
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building jingjing-school-service 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] jingjing-school .................................... SUCCESS [  0.531 s]
    [INFO] jingjing-school-entity ............................. SUCCESS [  1.932 s]
    [INFO] jingjing-school-dao ................................ SUCCESS [  0.320 s]
    [INFO] jingjing-school-service ............................ FAILURE [  0.166 s]
    [INFO] jingjing-school-api ................................ SKIPPED
    [INFO] jingjing school client ............................. SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.609 s
    [INFO] Finished at: 2018-04-19T09:31:13+08:00
    [INFO] Final Memory: 36M/434M
    [INFO] ------------------------------------------------------------------------
    
  • Maven 多模块项目加载 jar 包时 missing 的问题求解

    2018-04-19 09:25

    @88250 只有 api 模块与 service 模块报错,在仓库中是找不到 jar 包的

    应该是如下图 dao 模块这样的,引入的是本地项目对应的文件夹

    daopng

  • Hibernate 使用 getJdbcTemplate().queryForList(sql) 查询数据为空

    2018-03-06 12:01

    SQL 如下:

    SELECT s.name,ct.CLASSNAME, count(s.STUDENT_ID) count,si.TITLE
    from student s,classtable ct, systeminfo si, mall_items mi,exchange_record er
    where s.CLASSID = ct.ID AND ct.sid = si.NUM AND s.ID = er.exchange_stuid AND mi.Id = er.exchange_mall_items_id
    GROUP BY s.STUDENT_ID ORDER BY count DESC

  • 社区文章的语音预览是采用了什么技术实现的?什么思路?😳

    2018-01-23 17:11

    提个 BUG,在发表主题的时候,打赏区如果选择表情的话代码会出错

    QQ20180123170656png

  • B3log 开源社区欢迎大家加入!

    2018-01-23 09:55

    @88250 ,申请加入组织,github:lyusantu