Aleksey Baranov
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
已编辑于 IDEA marks the import of class form the Java 10 module as an error, but run application without any errors
已回答Hello. IDEA marks the import of class form the Java 10 module as an error, but run application without any errors. What steps should be taken to prevent the import from being marked as an error? Yo... -
创建于 No beans of 'AuditEventRepository' type found. Spring Boot and Actuator 1.5.9.RELEASE
已回答Hello. Spring Boot and Actuator 1.5.9.RELEASE InteliJ reports an error: Could not autowire. No beans of 'AuditEventRepository' type found. But this bean successfully creates in runtime. Here i... -
创建于 IntelliJ, Spring. Query is correct, but marked red underline
已回答Hello. Test code: @Repositorypublic interface DAO extends JpaRepository<Book, Long>{ @Query("SELECT b FROM Book AS b WHERE b.title LIKE %:substring%") Page<Book> searchByTitle(@Param("substri... -
创建于 Not Working IntelliJ Spring Boot Initializr DemoWeb
已回答Hello. I just created a new project: ------- Spring Initializr --> Packaging=War --> Java 1.8 --> Dependencies: Web Spring Boot 1.5.7 ------- then I just tried to run automatically created by Intel... -
创建于 UML Support plugin. Inactive menu item "Add Class to Diagram..."
已回答Hi. After the transition to the new version 2017 became inactive menu item "Add Class to Diagram..." in plugin "UML Support". IntelliJ IDEA 2017.1.2Build #IU-171.4249.39, built on April 25, 2017... -
创建于 Supplementary character in Editor field
Hi.I paste supplementary characterhttp://unicode-table.com/en/1302D/in Editor field, but it automatically replaced to sequence \uD80C\uDC2D.I understand that the replacement is made according to th...