Aleksey Baranov
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Edited IDEA marks the import of class form the Java 10 module as an error, but run application without any errors
AnsweredHello. 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... -
Created No beans of 'AuditEventRepository' type found. Spring Boot and Actuator 1.5.9.RELEASE
AnsweredHello. 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... -
Created IntelliJ, Spring. Query is correct, but marked red underline
AnsweredHello. 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... -
Created Not Working IntelliJ Spring Boot Initializr DemoWeb
AnsweredHello. 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... -
Created UML Support plugin. Inactive menu item "Add Class to Diagram..."
AnsweredHi. 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... -
Created 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...