Mani Zaeim
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Mani Zaeim created a post, AnsweredSeems SQL syntax highlighter has bug
MySQL 8 syntax CREATE USER IF NOT EXISTS 'test'@'%' IDENTIFIED WITH sha256_password BY '123456' DEFAULT ROLE 'test' REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 10000 MAX_UPDATES_PER_HOUR 10000 MAX_CONN... -
Mani Zaeim created a post, -
-
Mani Zaeim created a post, AnsweredConstructore Generator Issue - @GeneratedValue
Hi All, I shift recently to IntelliJIDEA from STS. I tried to generate the constructor using the default code generator, but it seems the field which annotated by : @GeneratedValue(strategy = Gener... -
Mani Zaeim commented, -
-
Mani Zaeim created a post, AnsweredMultiple Projects in IntelliJIDEA
Hi All, I stuck on imporing and configuring project into IntelliJ I have 3 projects which I can descibe it as below: the 1st project known as interface, its all about the DTO which 2nd project an...