Aleksey Baranov
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Aleksey Baranov created a post, AnsweredIDEA 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... -
Aleksey Baranov created a post, AnsweredNo 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... -
Aleksey Baranov commented, -
Aleksey Baranov created a post, AnsweredIntelliJ, 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... -
Aleksey Baranov created a post, AnsweredNot 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... -
Aleksey Baranov created a post, AnsweredUML 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... -
-
Aleksey Baranov commented, -
Aleksey Baranov commented, -
Aleksey Baranov created a post, 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...