MorpheusAIs / Morpheus

Morpheus - A Network For Powering Smart Agents - Compute + Code + Capital + Community
https://mor.org/
MIT License
185 stars 140 forks source link

Initial commit #668

Open Jarron1 opened 3 months ago

Jarron1 commented 3 months ago

package com.itheima.configuration;

import com.itheima.annotation.EnableHelloWorld; import com.itheima.conditionl.ConditionalOnSystemProperty; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.context.annotation.Configuration;

@Configuration //注解装配 @EnableHelloWorld//模块装配 @ConditionalOnSystemProperty(name = "user.name",value = "Mercy") public class HelloWorldAutoConfiguration {

}

Jarron1 commented 3 months ago

Please review, forgive me been awhile..