TiTan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
TiTan created a post, AnsweredResolving Intellij IDE warnings in MyTableEntity.class with Spring Boot and Liquibase
Hello, I am having an issue with my Intellij IDE where it is showing warnings in my MyTableEntity.class file. These warnings appear in larger files and the quick fix suggests choosing a data source... -
TiTan created a post, AnsweredSpring-Boot @Autowire constructor short cut
Hi folks, I'm using intellij with maven to build a spring boot application.I do very often following: ```java... private AnyServiceClass anyServiceClass; public MyConstructor(AnyServiceClass...