``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
package com.openhis.web.ybmanage.config;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.boot.context.properties.ConstructorBinding;
|
||||
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
@@ -16,10 +14,8 @@ import org.springframework.context.annotation.PropertySource;
|
||||
* @date 2025-04-11
|
||||
*/
|
||||
@Configuration
|
||||
@ConstructorBinding
|
||||
@PropertySource("classpath:properties/yb.properties")
|
||||
@ConfigurationProperties(prefix = "ybapp.config")
|
||||
@EnableConfigurationProperties
|
||||
public class YbServiceConfig {
|
||||
|
||||
private String url;
|
||||
|
||||
Reference in New Issue
Block a user