Replies: 16 comments
-
@linhongzhi123 Can you provide more information to help us reproduce this bug? |
Beta Was this translation helpful? Give feedback.
-
Invocation of init method failed; nested exception is Cannot create property=rules for JavaBean=org.apache.shardingsphere.driver.api.yaml.YamlJDBCConfiguration@cc5460 in 'reader', line 13, column 9: in 'reader', line 11, column 5: in 'reader', line 9, column 1: |
Beta Was this translation helpful? Give feedback.
-
The encryption API has been changed in version 5.4.0. Please refer to the documentation for modification. |
Beta Was this translation helpful? Give feedback.
-
Here is my configuration information.properties .yml
The above error occurs when the configuration is performed according to the 5.4.0 documentation。 |
Beta Was this translation helpful? Give feedback.
-
my yml |
Beta Was this translation helpful? Give feedback.
-
I checked my configuration file and the format should be correct |
Beta Was this translation helpful? Give feedback.
-
Can the information be reproduced? If not, I can provide you with more information you need |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The queryWithCipherColumn has been removed.Everything else looks right. |
Beta Was this translation helpful? Give feedback.
-
I have modified it according to your prompt, but it doesn't work. Do I need to add other dependencies? Here are my dependencies
|
Beta Was this translation helpful? Give feedback.
-
Can you provide a demo to help reproduce this exception? |
Beta Was this translation helpful? Give feedback.
-
@configuration
DataSource dataSource = YamlShardingSphereDataSourceFactory.createDataSource(file); However, neither encryption nor blurring will work if I do not configure it this way, which is OK in version 5.3.2. If I want to use shardingSphere with Dynamic in version 5.4.0, how should I configure it? Please give me some guidance |
Beta Was this translation helpful? Give feedback.
-
https://github.com/linhongzhi123/springbootdemo This is my demo, please help me to have a look |
Beta Was this translation helpful? Give feedback.
-
I changed the api call mode to start normally, but it still has the same problem when fuzzy search as 5.3.2The encryption is normal and the password_like field can write normal values This exception also occurs when the project is started DataSource dataSource = ShardingSphereDataSourceFactory.createDataSource(createDataSources(), Collections.singleton(encryptRuleConfig), props); selectSQL: |
Beta Was this translation helpful? Give feedback.
-
The query error is caused by the &stringtype=unspecified parameter following the database connection, but the following exception still occurs during startup |
Beta Was this translation helpful? Give feedback.
-
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
Beta Was this translation helpful? Give feedback.
-
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
I used shardingSphere5.3.2。An exception occurred when executing the following sql using mybatis in the project
sql
@select("select * from test_user where password like CONCAT('%',#{keyword},'%') ")
The following exception occurs
But I changed the sql to @select("select * from test_user where password like CONCAT('%','ab','%') ")
The function can run normally
Beta Was this translation helpful? Give feedback.
All reactions