摘要:
@Configurationpublic class DataSourceConfig { @Bean(name = "modelDataSource") @Qualifier("modelDataSource") @ConfigurationProperties(prefix = "spring. 阅读全文
posted @ 2018-12-20 16:48
渔阳nice
阅读(265)
评论(0)
推荐(0)
摘要:
@Configuration//配置文件位置@PropertySource("classpath:city.properties")//前缀@ConfigurationProperties(prefix = "city")public class CityProperties { private M 阅读全文
posted @ 2018-12-20 16:46
渔阳nice
阅读(1697)
评论(0)
推荐(0)
摘要:
0 前言R是一种非常方便易用的绘图、统计分析、ML算法设计方面的脚本语言。实际中有这样一种场景:算法工程师用R搭建了机器学习算法模型,想用于javaweb之中但是又不想重新用java写一遍算法模型,那么可以考虑java程序中直接调用R的脚本。JAVA负责系统的构建,R用来做运算引擎,从而实现应用型和 阅读全文
posted @ 2018-12-20 11:44
渔阳nice
阅读(796)
评论(0)
推荐(0)

浙公网安备 33010602011771号